It's a foddy app api containes all the food recipe data
- Install docker and docker-compose
- Run this comman 👇
docker build . docker-compose build
Local
- First run
docker-compose up
- Then goto
http://127.0.0.1:8000/api/doc/
for accessing API doc
Live
-
Browsable Apis
- User Create
- User Login for getting token
- User Profile (Authorization required)
- Recipe View List (Authorization required)
- Tag View List (Authorization required)
- Ingredients View List (Authorization required)
[Note: Check live doc for detail information ☝️ ]
docker-compose run --rm app sh -c "python manage.py test && flake8"
👤 Dipto Karmakar
- Website: https://diptokarmakar.me/
- Twitter: @Diptokmk47
- Github: @dipto0321
- LinkedIn: @diptokarmakar
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator