Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 607 Bytes

File metadata and controls

21 lines (18 loc) · 607 Bytes

FHServer

This is the node server for interaction of seller with our firebase server.

Steps for Installation

  1. Install Node on your system. By Following the instructions given on their official website
  2. Clone or Download the repository by using
git clone https://github.com/Hatsphere/FHServer.git
  1. Go to the Directory
  2. Install the dependency using npm (Node package manager):
npm install
  1. To kickstart the server
npm start
  1. It will kick start the server at port 3000.You can access this at Link