https://github.com/abhi0402/foodHub-backend-server
Restful APIs for Food Delivery application developed using Nodejs & Express, walkthrough -
https://github.com/abhi0402/foodHub-backend-server
Last synced: 5 months ago
JSON representation
Restful APIs for Food Delivery application developed using Nodejs & Express, walkthrough -
- Host: GitHub
- URL: https://github.com/abhi0402/foodHub-backend-server
- Owner: abhi0402
- Created: 2020-06-06T08:40:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T16:53:04.000Z (over 2 years ago)
- Last Synced: 2024-08-09T02:16:35.836Z (8 months ago)
- Language: JavaScript
- Homepage: https://www.youtube.com/watch?v=ZuRjGpmlNAA&t=1s
- Size: 526 KB
- Stars: 70
- Watchers: 3
- Forks: 39
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - abhi0402/foodHub-backend-server - Restful APIs for Food Delivery application developed using Nodejs & Express, walkthrough - (JavaScript)
README
# foodHub-backend
Restful APIs for Food Delivery application developed using Nodejs & Express## Getting started
To get the Node server running locally:* Clone this repo
* npm install to install all required dependencies
* replace the environment variables in nodemon.json
* npm start to start the local serverBy default the local server will start on port 3002