A simple reactjs application to store your work hours.
How to set port:
- open
.envfile and change server api and server port - open
/server/server.jsand change the port
How to set mongodb:
- Go to
/server/config/db.jsand put your mongodb connection url - Open mongodb and import that database, database in included with the project
How to start application:
- Install packages:
npm install - Start client:
npm start - Start server:
cd serverthennode server.js
Screenshots:






