Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/syed007hassan/to-do-list

Deployed another Web Application using Heroku but for the first time I have used a database MongoDB Atlas, which is a fully-managed cloud database that handles all the complexity of deploying, managing, and healing your deployments on the cloud service provider of your choice (AWS, Azure, and GCP).
https://github.com/syed007hassan/to-do-list

css ejs-partials ejs-templating expressjs gitignore heroku heroku-deployment javascript mongodb mongoose nodejs

Last synced: about 3 hours ago
JSON representation

Deployed another Web Application using Heroku but for the first time I have used a database MongoDB Atlas, which is a fully-managed cloud database that handles all the complexity of deploying, managing, and healing your deployments on the cloud service provider of your choice (AWS, Azure, and GCP).

Awesome Lists containing this project

README

        

# To-Do-List
- A To-Do List application where you can add, delete, check and uncheck the list items that will all be stored in a database. You can also go to the routes with /yourname in the URL and your personal list will appear.

- To set up MongoDB Atlas, follow this link (https://www.mongodb.com/basics/mongodb-atlas-tutorial).
- To deploy the application, follow this link (https://devcenter.heroku.com/articles/preparing-a-codebase-for-heroku-deployment).