Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.03 KB

Todo List Express Application

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.

Installation

To run this application locally, follow these steps:

  1. Clone this repository to your local machine using git clone https://github.com/avvicky/Todo-List.git
  2. Navigate to the project directory: cd Todo-List
  3. Install dependencies by running npm install
  4. Start the server: npm start
  5. Open your web browser and navigate to http://localhost:3000 to access the application.

Dependencies

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

Author

This Todo List Express Application was developed by Vicky. Feel free to reach out with any questions or feedback!