Skip to content

nibab-boo/projects-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project-manangement-app

MERN STACK personal management system

Requirements

node v16.13.1

yarn / npm

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

  USERNAME= mongodbatlas_username
  DATABASE= mongodbatlas_database
  PASSWORD= mongodbatlas_password_for_username
  SECRETKEY= random_alphnumeric

Run Locally

Clone the project

  git clone git@github.com:nibab-boo/projects-management.git

Go to the project directory

  cd projects-management

Install dependencies

  yarn install

Start the server

  yarn dev

Open new Terminal

Go to the client directory

  cd client

Install dependencies

  yarn install

Start the client

  yarn start

Running Tests

npm test or yarn test