Skip to content

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.

Notifications You must be signed in to change notification settings

BuZZraa/Todolist-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages