A React application built for tracking project progress and managing time.
Analyze how much time you are giving to different projects and boost your productivity. (Pending feature)
Add multiple projects and share the progress with your teammates.
- Clone the repository.
- Change directory.
cd ProMan-react\
You can update DB settings in .env file.
- Rename (docker)sample.env to .env in ProMan-react\backend.
- Inside ProMan-react, run
docker-compose up
- Wait for a few minutes for the server to start.
You can update DB settings in .env file.
- Navigate to ProMan-react\backend\ .
- Rename sample.env to .env, update DB host, password.
- run
npm install
to install dependencies - Then, run
node app.js
to start the server.
- Navigate to ProMan-react\backend\ .
- run
npm test
to start the unit tests.
Make sure your DB credentials are configured before running the tests.
- Navigate to ProMan-react\front-end\ and install dependencies for React with
npm install
- Then run with
npm start
Navigate to ProMan-react\front-end\ and run npm build