A simple project manager site
Week 6 project
Date of submission 16-8-2017
Done by: Samer, Walid, Moath and Kefah
It's a simple project manager site where user can browse, add, delete and edit projects, tasks and teams' members.
How does it work?
- Clone the repository from Here
- CD into the repository.
- install
npm install
- Type in terminal
node src/server.js
- In Chrome browser type
localhost:4000
to browse the site.