Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/surajv311/todo-list-app

This project is a ToDo keeper app 🗓. The backend of the app is built using NodeJS and MongoDB. The front end is built using HTML/CSS. Easy to track your works to do with this app! The app is deployed on Heroku.📎
https://github.com/surajv311/todo-list-app

heroku html-css-javascript mongodb mongoose nodejs todolist

Last synced: about 2 hours ago
JSON representation

This project is a ToDo keeper app 🗓. The backend of the app is built using NodeJS and MongoDB. The front end is built using HTML/CSS. Easy to track your works to do with this app! The app is deployed on Heroku.📎

Awesome Lists containing this project

README

        

# Todo List App

An updated version of the todo-list app created earlier

(Built using Nodejs & MongoDB)

Before cloning and running the project ensure that you have the necessary libraries and node.js

installed in your environment.

The app is integrated with mongoDB database in backend.

You may install:

```npm init```

```npm install express body-parser ejs nodemon```

```npm i mongoose lodash```



To run the app locally:

* Run the command on your terminal ``` nodemon app.js```

* Run the app on your local server using browser at

#### http://localhost:3000/

To run the app remotely :

* The app is deployed on heroku server.
* Visit : https://todolistdbapp.herokuapp.com/

![img1](https://github.com/Surajv311/Todo-List-updated/blob/master/images/1.jpg)