Time management system
You need to have Node v9.4.0 and MongoDB installed.
To start your Time management app:
- Open the folder frontend
- Install and Start frontend project with
npm install && npm start
- Open another terminal session and open the folder backend
- Install and Start backend project with
npm install && npm start
Now you can visit http://localhost:3000/
from your browser.
Username: admin
Password: admin
Enjoy!
See LICENSE.