This repository contains an Express application for managing todo lists. Users can create, update, delete, and view their todo items through a simple and intuitive web interface.
To run this application locally, follow these steps:
- Clone this repository to your local machine using
git clone https://github.com/avvicky/Todo-List.git
- Navigate to the project directory:
cd Todo-List
- Install dependencies by running
npm install
- Start the server:
npm start
- Open your web browser and navigate to
http://localhost:3000
to access the application.
This application relies on the following dependencies:
- Express: Fast, unopinionated, minimalist web framework for Node.js
- MongoDB: NoSQL database for storing todo items
- Mongoose: MongoDB object modeling tool designed to work in an asynchronous environment
This Todo List Express Application was developed by Vicky. Feel free to reach out with any questions or feedback!