Skip to content

theparasgami/Gramoday-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published