https://github.com/rupali-codes/Task-manager
This Task manager will help you to keep you on track and to follow your daily routine. You can add your daily tasks and take notes for different things, also you can remove them once you're done with your goal.
https://github.com/rupali-codes/Task-manager
bootstrap css ejs expressjs html javascript mongodb mongoose nodejs
Last synced: about 1 year ago
JSON representation
This Task manager will help you to keep you on track and to follow your daily routine. You can add your daily tasks and take notes for different things, also you can remove them once you're done with your goal.
- Host: GitHub
- URL: https://github.com/rupali-codes/Task-manager
- Owner: rupali-codes
- Created: 2022-01-27T15:06:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T15:47:17.000Z (over 3 years ago)
- Last Synced: 2025-03-10T17:59:23.855Z (about 1 year ago)
- Topics: bootstrap, css, ejs, expressjs, html, javascript, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage: https://rups-task-manager.vercel.app
- Size: 3.71 MB
- Stars: 17
- Watchers: 2
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Manager App
This app is developed to keep you on Track!

## Built With
HTML
CSS
Bootstrap CSS
JavaScript
Nodejs
ExpressJS
MongoDB
## Getting Started
To get a local copy in your machine and running up follow the following steps.
### Prerequisites
Before installation, make sure you have already installed the following tools:
- [Git](https://git-scm.com/downloads)
- [Nodejs](https://nodejs.org/en/download/)
- [MongoDB](https://mongodb.com/download/)
### Installation
1. [Fork](https://github.com/rupali-codes/Task-Manager-Api/fork) this repo, click on the fork icon in the top-right corner to get started
2. Clone the repo, you can use the following the command:
```bash
git clone https://github.com//Task-Manager-Api
```
3. Navigate to project directory
```bash
cd Task-Manager-Api
```
4. Install dependencies
```bash
npm install
```
5. Create your `.env` file take reference from `sample.env`
6. Start server
```bash
npm start
```
OR
```bash
npm run dev
```
### View [Demo](https://rups-task-manager.herokuapp.com)
## Become a contributor
Feel free to open [Pull requests](https://docs.github.com/about-pull-requests)
Thanks for reading!