Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 437 Bytes

File metadata and controls

10 lines (9 loc) · 437 Bytes

DailyStoreRating-WebAPI

Daily Store Rating System Web API in Nodejs

Installation

A fresh installation of the project will usually involve the following steps:

  • Cloning the repository with git clone URL
  • Running npm install at the project root.
  • Copying the .env.default file to .env with cp .env.default .env
  • Setting up the correct configurations in the .env file.
  • Running npm start to start server.