To manage the the Work flow of building and maintaining a(or multiple at same time) software Project(s), and how team members divide the work to do , and track the jobs done so far
Note
It will have It cliente-Side in a seprated Repositoy.
//on local
git clone https://github.com/RaselJam/projectManager.git
cd
npm install
npm run start
Open your local browser and verify the projectManager is working by accessing:
http://localhost:3000/
It must return a Json with all Endpoints available , as Doc to use the API
2) create a .env
file in root .you need to make a local or remote MongoDb cluster. and add the Connection String to .env
file. in following keys:
CONNECTION_URL=here goes your Connection URL
you also need to provide any random String with the following key :
SESS_SECRET=any String to use in session config