This API is built using django rest framework and has all the features (Vendor and Customer) of a food delivery app, say Zomato.
A user can have to profiles, vendor and customer, with the same auth credentials.
I have used custom authentication system with knox token library to give the user more reliablity and good experience.
(Visit my https://github.com/satyarth12/DRF-custom_mobileOTP_auth repo for the custom auth)
pipenv shell
pipenv install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
https://myfoodyapp.herokuapp.com/
To intergrate the APIs present in your frontend, just see the paramters of the API and pass it in the URL to fetch and use the data.
https://myfoodyapp.herokuapp.com/account/
https://myfoodyapp.herokuapp.com/userinfo/
https://myfoodyapp.herokuapp.com/home-kitchen/
https://myfoodyapp.herokuapp.com/order/
https://myfoodyapp.herokuapp.com/moredata/
Incase of any issue you face in this app, feel free to reach me out at satyarthdev@protonmail.com