Go to file
2019-05-19 08:22:53 -04:00
app Add schema and interface tests 2019-05-19 08:22:53 -04:00
commands Add example of third party API 2019-05-18 13:47:47 -04:00
.gitignore Add skeleton app with namespaces 2019-05-18 13:00:13 -04:00
manage.py Add skeleton app with namespaces 2019-05-18 13:00:13 -04:00
README.md Add skeleton app with namespaces 2019-05-18 13:00:13 -04:00
wsgi.py Add skeleton app with namespaces 2019-05-18 13:00:13 -04:00

flask_api_example

A sample project showing how to build a scalable, maintainable, modular Flask API with a heavy emphasis on testing.