Objective of this project is to prepare an API for taking books on rent.
A registered user can take book on rent.
- User registration
- Book Addition
- Registered user can add book to cart
- Spring Boot
- Java
- MySql
- Clone repositry using git
- Build Project
- mvn clean install
- Build and run
- mvn spring-boot:run