This repo contains backend for online food ordering app.
Use Nodejs for installation.
- git clone
git clone git@github.com:TilakKhatri/food_api.git
- change directory
cd food_api
>food_api
- Install all packages
npm install or yarn
- Change environment variables
Here is link for documentation of api. click
- Authentication
- Vendor Management by admin
- Add food
- Vendor profile management
- Customer verification
- Get top restaurants by rating
- Pagination
- Delivery user management
- Shortest path for navigation
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.