Skip to content

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

Notifications You must be signed in to change notification settings

RaselJam/projectManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProjectManager RPC API

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.

Usage

1) clone the Repository , install node packages and veryfy routes locally

//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

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

feel free to fork and extend

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published