Track-It-Now is a web application that helps users to track their activities, make plans, and work on projects together with other users.
You need to have Node and NPM installed on your PC.
Downloading and installing Node.js and npm
The project uses MongoDB as a database, set up mongodb on your machine(version 4.4.1 or later).
Download the source code using git or else download and unzip the zip file.
Open a terminal window and go to the project root folder.
You need to have npm installed globally.
Run npm i in the root folder and angular-src folder to install the required libraries.
Start the MongoDB server.
Run
npm start
for a dev server.
Navigate to http://localhost:3000/.