The Project Manager solution should be a Single Page Application (SPA) to keep track of upcoming projects and their respective tasks and their status and priorities.
https://github.com/amitusasane/ProjectManagement
Extract backed.zip & Follow below instructions
Run npm i
MongoDB Path- Set the .env variable "ATLAS_URI" for mongoDB
Run nodemon server
Extract frontend.zip & Follow below instructions
Install - npm i
API Path- Change the .env variable "REACT_APP_API_PATH" if required
Start Application - npm start
Go to frontend folder & run below command
npm run test:ci