A MERN stack Web Application to track and manage organisational projects and employee performance.
Currently in development.
-
Clone the repository and extract it.
-
cdto the extracted directory -
Open up
git bash -
Run
npm install -
Install MongoDB and follow instructions to add mongodb to Path Variables
-
Run
mongod -
Run
mongoin a separate bash window -
Run
npm run startin yet another separate bash window.
- Adding the 'edit' feature for tasks
- Adding stats to the profile section
- Adding a gradation system
- Implementing organizational and admin access
- Improving the UI