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.
To install this project, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/roxylius/TodoList.git
- Navigate to the project directory:
cd TodoList
- Install the project dependencies:
npm install
There are 1 environment variable:
- MONGO_URL : MongoDB Database cluster connection URI with username and password
To run the project, use the following command:
npm start