This app is developed to keep you on Track!
HTML |
CSS |
Bootstrap CSS |
JavaScript |
Nodejs |
ExpressJS |
MongoDB |
To get a local copy in your machine and running up follow the following steps.
Before installation, make sure you have already installed the following tools:
-
Fork this repo, click on the fork icon in the top-right corner to get started
-
Clone the repo, you can use the following the command:
git clone https://github.com/<your-github-username>/Task-Manager-Api
-
Navigate to project directory
cd Task-Manager-Api
-
Install dependencies
npm install
-
Create your
.env
file take reference fromsample.env
-
Start server
npm start
OR
npm run dev
View Demo
Feel free to open Pull requests
Thanks for reading!