ReadingIsGood app is an online book selling app.
Restful Service uses following technologies:
- Spring-boot
- Spring-data
- Spring-rest
- Hibernate
- Spring-security
- H2 DB
- Swagger2
- Lombok
- JWT
mvn clean package
java -jar ./target/ReadingIsGood-0.0.1.jar
mvn clean package
docker build -f Dockerfile -t reading-is-good .
docker run -p 8080:8080 reading-is-good
\target\site\jacoco\index.html
\logs\readingisgood-logger.log
Swagger Address : http://localhost:8080/swagger-ui.html
To create a new customer, you can request as follows

To generate a new token, you can request as follows

You can use the token as follows

To create a new book, you can request as follows

To update a book, you can request as follows

To create a new order, you can request as follows

You can get orders by date interval

You can get monthly statistics

File Location : /docs/ReadingIsGood-Postman.postman_collection.json
