Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 1.11 KB

README.md

File metadata and controls

62 lines (46 loc) · 1.11 KB

Node.js To-Do App

A simple to-do list application built with Node.js, Express, and MySQL.

Screenshots

Features


Features


Features


Features


Features


Features


Features

Installation

  1. Clone the repository:
    git clone https://github.com/Esraa-GamalH/RequestsUsingNodeJS.git
  2. Navigate to the project directory:
    cd RequestsUsingNodeJS
  3. Install dependencies:
    npm install
  4. Set up environment variables:
    cp .env.example .env
    Update the .env file with your MySQL database configuration.

Usage

  1. Start the development server:
    npm start
  2. Open your browser and navigate to http://localhost:3000.

Features

  • Create, read, update, and delete to-do items
  • Filter to-do items by id

Contact