Skip to content

anku909/proxy-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy Serve for Foody Web App

Provides Api's for foody frontend.

Run Locally

Clone the project

  git clone https://github.com/anku909/proxy-server.git

Go to the project directory

  cd proxy-server

Install dependencies

  npm install

Start the server on http://localhost:3000

  npm start

Tech Stack

Server: Node, Express, axios, http-proxy-middleware.