Skip to content

Playground app showing how service layer pattern can decouple your application from framework (API).

License

Notifications You must be signed in to change notification settings

jorzel/service-layer

Repository files navigation

Simple flask application that implements service layer pattern that abstract application logic consumed by REST API and GraphQL API.

Run tests

>> PYTHONPATH=src pytest -x

Start application

>> flask run --host=0.0.0.0

About

Playground app showing how service layer pattern can decouple your application from framework (API).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages