Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codergogoi/food_order_backend
Food Order Backend on NodeJS. A portion of the project to demonstrate how things are working on Backend to support a Food Order App.
https://github.com/codergogoi/food_order_backend
express express-js javascript middleware mongodb mongoose node nosql
Last synced: about 7 hours ago
JSON representation
Food Order Backend on NodeJS. A portion of the project to demonstrate how things are working on Backend to support a Food Order App.
- Host: GitHub
- URL: https://github.com/codergogoi/food_order_backend
- Owner: codergogoi
- Created: 2020-04-11T08:03:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T11:33:49.000Z (over 1 year ago)
- Last Synced: 2024-04-20T15:08:55.833Z (7 months ago)
- Topics: express, express-js, javascript, middleware, mongodb, mongoose, node, nosql
- Language: JavaScript
- Homepage: https://youtube.com/playlist?list=PLaLqLOj2bk9Zjx2Rvy1wyA7VUR668yF8n
- Size: 2.94 MB
- Stars: 27
- Watchers: 2
- Forks: 12
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
If you are seeing this page. Definately you are keen about the mechanism of Online Food Delivery System working. I am giving a rough overview through this project to make a simple product availability and consumer side how behaving while we try to access the RESTFul API's from Mobile or Web applications.
This application is not covering the Admin part which is a saperate module with complete features to deliver admin and restaurant and Delivery agent section.
The Missing Piece to run the application:
1. Mongo DB access through https://cloud.mongodb.com/
2. User Credential which is encaptulated due to maintain Security.Create -> AppConst.js
add the following:
exports.MONGODB_URI ="mongodb+srv://your_mongodb_url/online_foods";exports.APP_KEY = "APP_ACCESS_KEY";
The front End part is devided into two section Web App [REACT JS] and Mobile App [REACT NATIVE] you can find the front end source code in my repositoy list.
Post Man COllections for API Testing Part:
https://documenter.getpostman.com/view/8734310/Szt5fBTP?version=latest