Skip to content

A todo list made using Node.js, MongoDB, and the Mongoose framework is a web application that allows users to create, view, and manage a list of tasks or items that they need to complete.

Notifications You must be signed in to change notification settings

roxylius/TodoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoList

A todo list made using Node.js, MongoDB, and the Mongoose framework is a web application that allows users to create, view, and manage a list of tasks or items that they need to complete. The application uses Node.js as the server-side runtime environment, MongoDB as the database to store the todo list items, and the Mongoose framework as an object-document mapping library to connect the Node.js application to the MongoDB database.

Installation

To install this project, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/roxylius/TodoList.git
  1. Navigate to the project directory:
cd TodoList
  1. Install the project dependencies:
npm install

Environment Variables

There are 1 environment variable:

  1. MONGO_URL : MongoDB Database cluster connection URI with username and password

Usage

To run the project, use the following command:

npm start

About

A todo list made using Node.js, MongoDB, and the Mongoose framework is a web application that allows users to create, view, and manage a list of tasks or items that they need to complete.

Resources

Stars

Watchers

Forks