Restful APIs for Food Delivery application developed using Nodejs & Express
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 server
By default the local server will start on port 3002