Skip to content

A simple yet powerful todo list app made with Node.JS and Express at the Backend and MongoDB for storing the data.

Notifications You must be signed in to change notification settings

anshgoyalevil/todoListApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todoList App

A simple yet powerful todo list app made with Node.JS and Express at the Backend and MongoDB for storing the data.

Features

  • Handle Custom Parameter in the Get Route Request
  • Handle the POST Request and Parse the Request Body
  • Create multiple Lists
  • Create multiple tasks in those lists
  • Can delete those items
  • MongoDB is used as the database for the application.
  • Express and Node are Used for Backend
  • EJS, HTML & CSS are used for Frontent

The app.js file uses the .env file for environment variables which is:

servKey

use this variable to store the username, password and cluster id of your mongodb connection URL. This variable would contains,

username:password@clusterNumber.clusterID

About

A simple yet powerful todo list app made with Node.JS and Express at the Backend and MongoDB for storing the data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages