Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/syed007hassan/to-do-list
- Owner: Syed007Hassan
- Created: 2022-07-30T07:16:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T17:34:17.000Z (almost 2 years ago)
- Last Synced: 2024-11-16T12:04:39.374Z (about 3 hours ago)
- Topics: css, ejs-partials, ejs-templating, expressjs, gitignore, heroku, heroku-deployment, javascript, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage: https://t-o-do-list.herokuapp.com/
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).