Daily Store Rating System Web API in Nodejs
A fresh installation of the project will usually involve the following steps:
- Cloning the repository with
git clone URL - Running
npm installat 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 startto start server.