A simple and complete REST API for user management built with Node.js, Express, and MySQL. This project demonstrates fundamental backend concepts including authentication, CRUD operations, and ...
Backend REST API for DoseGuard: A Daily Dose Reminder application built with Node.js, Express, and MySQL. backend/ ├── config/ │ └── database.js # Sequelize configuration ├── controllers/ │ ├── ...