An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Task Manager App

This app is developed to keep you on Track!

![user-profile](client/public/images/user-profile.png)

## Built With





HTML

HTML



CSS

CSS



Bootstrap CSS

Bootstrap CSS









JavaScript

JavaScript



Nodejs

Nodejs



ExpressJS

ExpressJS



MongoDB

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!