MERN STACK personal management system
node v16.13.1
yarn / npm
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
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
npm test
or
yarn test