This project requires the following tools:
- Node.js - The JavaScript environment for server-side code.
- NPM - A Node.js package manager used to install dependencies.
- MongoDB - It is NOT needed to be installed locally. An Atlas cluster have already been linked with the project.
1.Clone the repository in your system, by using this command in your Git bash/Command Prompt.
git clone https://github.com/theparasgami/Gramoday-node.git
-
In the project directory run the following command in terminal:
npm install
-
Update environment variables and run the Server.: .env file have already been updated with a correct Database URL.
-
Run the tests
npm test
this will run all required test and show the result in the terminal