Book Shop Application :
A full-stack Book Shop application built using React for the frontend, Express and Node.js for the backend, and MySQL as the database. This application performs CRUD (Create, Read, Update, Delete) operations, allowing users to manage a collection of books.
Features :
Add New Book: Users can add new books to the shop. View All Books: Display a list of available books. Update Book Information: Users can edit book details. Delete Book: Remove books from the database.
Tech Stack Used:
1.Frontend:
React: Used to build the user interface. Axios: For making HTTP requests to the backend.
2.Backend:
Node.js: JavaScript runtime used for the backend. Express.js: Web framework for building the API routes.
3.Database:
MySQL: Database management system to store book information.