API for creating, deleting, updating and listing meals.
git clone https://github.com/wagner-de-carvalho/daily-diet-api.git
cd daily-diet-api
pip install -r requirements.txt
- On terminal (linux), enter
flask shell
- enter
db.create_all()
- enter
db.session.commit()
- enter
exit()
Now you'll be able to see the database and table created.
In the resources folder there is a collection generated by the Postman application. Import it and use it to test the API. Remember to replace the environment variable {{baseFlaskUrl}}
with your URL.