- We have flask application with hot reloading
- please look into the .flaskenv for the setup
- We have different routes with get, post etc..
- We have flask-smorest for the api documentation and standard error message return
- We have schema for api query, request checking
# with the .flaskenv file, and with the development inside, you can run flask app in the development mode with auto refresh with your codes update
$ pip install -r requirements.txt
$ flask run