Skip to content

CodeByNitin/DailyStoreRating-WebAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published