Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buzzraa/todolist-app
This a complete Todolist web app integrating both frontend and backend together where MongoDB is used as a database. Mongoose a npm package in node.js is used to perform the CRUD operations in the MongoDB database and express is used to handle the http requests.
https://github.com/buzzraa/todolist-app
css ejs expressjs html javascript monogodb nodejs
Last synced: about 13 hours ago
JSON representation
This a complete Todolist web app integrating both frontend and backend together where MongoDB is used as a database. Mongoose a npm package in node.js is used to perform the CRUD operations in the MongoDB database and express is used to handle the http requests.
- Host: GitHub
- URL: https://github.com/buzzraa/todolist-app
- Owner: BuZZraa
- Created: 2023-09-28T08:03:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-28T08:04:35.000Z (over 1 year ago)
- Last Synced: 2025-01-14T03:13:29.655Z (about 13 hours ago)
- Topics: css, ejs, expressjs, html, javascript, monogodb, nodejs
- Language: EJS
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todolist-App
This was a challenge project I did by myself as a requirement for a course in udemy(The Complete 2023 Web Development Bootcamp by Dr.Angela Yu). To install packages used in this project install the npm packages express, ejs and body-parser by using the command npm install in the terminal. You can also install nodemon package to run this file easily or you can just use node js.