You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple web-based CRUD (Create, Read, Update, Delete) application built with JavaScript (Node.js, Express), MySQL, and a minimal front-end. The app allows users to add, search, update, and delete names from a database. This project serves as an introduction to working with RESTful APIs, database operations, and front-end interactions.