This repository contains a full-stack BookStore Application developed with ASP.NET Core for the backend and React for the frontend.
- Provides a RESTful API to manage book data.
- Supports CRUD (Create, Read, Update, Delete) operations.
- Uses PostgreSQL for database management.
- Includes Swagger for API documentation.
- Offers a user-friendly interface.
- Supports viewing, adding, editing, and deleting books.
- Connects to the backend API using Axios.
- Features modern UI design with Material-UI.