A simple node.js web server that fetches data from a third-party (Swiggy) API and exposes it to a client (Zwiggy) app.
You need to write the following commands on the terminal screen (in vscode) so that you can run this project locally.
git clone "https://github.com/avinashkin/zwiggy-backend.git"
Go to the project directory
cd zwiggy-backend
Install dependencies
npm install
Start the server
npm start
This server should now be running on localhost
.
Note : Push your code into your Github Repostory
- Create an account in "https://render.com/" using Github
- Click on
New +
and selectweb services
- Connect to the repository ( node server) which you want to deploy
- Now, your server will be deployed in few minutes and a url to access your server will be provided.