Skip to content

A simple node.js web server that fetches data from a third-party (Swiggy) API and exposes it to a client (Zwiggy) app.

Notifications You must be signed in to change notification settings

avinashkin/zwiggy-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instafood Web Server

A simple node.js web server that fetches data from a third-party (Swiggy) API and exposes it to a client (Zwiggy) app.

Table of contents:

Clone Repository

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.

Deploy your own server

Note : Push your code into your Github Repostory

  1. Create an account in "https://render.com/" using Github
  2. Click on New + and select web services
  3. Connect to the repository ( node server) which you want to deploy
  4. Now, your server will be deployed in few minutes and a url to access your server will be provided.

Happy Coding !!!

About

A simple node.js web server that fetches data from a third-party (Swiggy) API and exposes it to a client (Zwiggy) app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published