Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.