Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 487 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 487 Bytes

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.