BookFM is a backend REST API application developed using Java and Spring Boot. It provides APIs to manage books and users using a clean and structured approach.
- RESTful APIs using Spring Boot
- Book Management (Add, View)
- User Management
- MySQL database integration
- Maven based project
- Java
- Spring Boot
- MySQL
- Maven
- Eclipse IDE
BookFM βββ src/main/java β βββ controller β βββ service β βββ repository β βββ model β βββ src/main/resources β βββ application.properties β βββ database β βββ schema.sql β βββ pom.xml βββ README.md βββ .gitignore
git clone https://github.com/devshex/BookFM.git