Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 240 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 240 Bytes

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