Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.📎
- Host: GitHub
- URL: https://github.com/surajv311/todo-list-app
- Owner: Surajv311
- Created: 2020-06-21T19:43:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T03:15:11.000Z (almost 2 years ago)
- Last Synced: 2023-08-18T11:54:17.561Z (over 1 year ago)
- Topics: heroku, html-css-javascript, mongodb, mongoose, nodejs, todolist
- Language: JavaScript
- Homepage: https://todolistdbapp.herokuapp.com/
- Size: 1.15 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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)