Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 967 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 967 Bytes

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. Search Functionality: Easily search for books by title or author (if implemented). Tech Stack Frontend: React: Used to build the user interface. Axios: For making HTTP requests to the backend. Backend: Node.js: JavaScript runtime used for the backend. Express.js: Web framework for building the API routes. MySQL: Database for storing book details. Sequelize (optional): ORM for managing MySQL operations. Database: MySQL: Database management system to store book information.