Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 908 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 908 Bytes

Gramoday-node

Introduction

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.

Getting Started

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

  1. In the project directory run the following command in terminal:

    npm install
    
  2. Update environment variables and run the Server.: .env file have already been updated with a correct Database URL.

  3. Run the tests

    npm test
    

    this will run all required test and show the result in the terminal