Skip to content

harshanaerandaperera/Project-Express

Repository files navigation

Project-Express - Open Source Project Mangement Tool

This Project Mangement Tool Includes:

● User registration and authentication
● Access Controls
● Project planning and scheduling
● Task management
● Team collaboration
● Time tracking
● Dependencies and Wait Time
● Deadline Alerts


Dashboard
create_a_project signUP
my_account Edit_Projects project_Log Deadlines_and_tasks

Setup

use npm install command to download all the dependencies

npm install

or manually clone the repo and then run npm install.

Make sure you have installed mongoDB Up and Running.

Run mongod.exe

Running the server

npm start

Run the test

mocha

Running the Angular Client

cd AngularFront
ng serve