Skip to content

Latest commit

 

History

History
88 lines (55 loc) · 907 Bytes

README.md

File metadata and controls

88 lines (55 loc) · 907 Bytes

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