This is an application for a digital bookstore. It supports managing books, reviews, ratings, users, purchasing and downloading PDF books. Can be used for practicing frontend and backend testing, including in combination with a database.
Important. This project was created solely for self‑learning when studying Spring Boot back in 2023. It may contain (and intentionally contains) bugs. It is not actively maintained, yet it works. It's very slow as it's running on a weak server. If you don't want slowdowns, deploy locally, it's literally just 1 command.
admin@gmail.comadmin150.241.113.175:5432spring_digital_bookstore
readonly_userpass_123_XYZ!Swagger: http://150.241.113.175:8088/swagger-ui/index.html
Frontend: https://it-app.online
Want to deploy locally? Easy as pie! A ready-made docker-compose.yml
with instructions is already waiting for you.
See instructions