A simple to-do list application built with Node.js, Express, and MySQL.
- Clone the repository:
git clone https://github.com/Esraa-GamalH/RequestsUsingNodeJS.git
- Navigate to the project directory:
cd RequestsUsingNodeJS
- Install dependencies:
npm install
- Set up environment variables:
Update the
cp .env.example .env
.env
file with your MySQL database configuration.
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000
.
- Create, read, update, and delete to-do items
- Filter to-do items by id
- GitHub: Esraa-GamalH
- Email: esr.gamal@nu.edu.eg