starlette-example
starlette-example copied to clipboard
Add basic tests
As mentioned here tests could be nice so I added them as an exercise.
I tried to not change too much the structure of the project but would prefer to have a Makefile instead of the scripts
folder and have a function to return the app
object in app.py
instead of generating it when importing the model