This is a simple to-do list application built with Angular for the frontend and Express with MariaDB for the backend.
- Prerequisites
- Backend Setup
- Frontend Setup
- Running the Application
- API Endpoints
- Troubleshooting
- License
- Node.js (v12 or higher)
- Angular CLI (install globally using
npm install -g @angular/cli
) - MariaDB (ensure it's installed and running)
- A code editor like Visual Studio Code
- Navigate to the backend directory:
cd path/to/your/backend