Java bookstore project (Spring Boot + Thymeleaf + JPA + REST)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
2.4 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. # Java Bookstore Project
  2. ## Introduction
  3. - This repository contains school-related Java server-side project work for an imaginary book store with required/necessary back-end features & course requirement description.
  4. - This repository is linked to work of repository [java-server-programming - GitHub/Fincer](https://github.com/Fincer/java-server-programming).
  5. - This repository is mirrored to [java-bookstore - Fjordtek Git/Fincer](https://fjordtek.com/git/Fincer/java-bookstore).
  6. - This repository, although it contains references to my website domain (`com.fjordtek`), is not in production use in my [public server environment](https://fjordtek.com).
  7. ## Overview
  8. ### Front page
  9. ![](images/page_home.png)
  10. _Front-end home page view with user sign-in form._
  11. ------------------------------
  12. ### Normal user view
  13. ![](images/page_user_front.png)
  14. _Normal user view for the bookstore: get basic information of published books._
  15. ------------------------------
  16. ### Help desk view
  17. ![](images/page_helpdesk_front.png)
  18. _Help desk view for the bookstore: view and edit published books in a limited way. No edit access to price & publication information._
  19. ------------------------------
  20. ### Sales manager view
  21. ![](images/page_salesmanager_front.png)
  22. _Sales manager view for the bookstore: view, edit and add published and unpublished books._
  23. ------------------------------
  24. ### Administrative view
  25. ![](images/page_admin_front.png)
  26. _Administrative view for the bookstore: view, edit, delete and add published and unpublished books. Access REST API._
  27. ------------------------------
  28. ### Database structure
  29. ![](images/db_structure.png)
  30. _[Bookstore database structure](db_plans/bookstore-model.mwb)_
  31. ------------------------------
  32. ## Repository structure
  33. | **Type** | **Name** | **Description** |
  34. |----------|-------------------------|------------------------------|
  35. | `Folder` | [bookstore](bookstore) | Main project folder (Maven) |
  36. | `Folder` | [packaging](packaging) | OS-specific build scripts |
  37. | `Folder` | [db_plans](db_plans) | SQL Database plans & drafts |
  38. | `Folder` | [images](images) | Various screenshots & images |
  39. ### Recommendations
  40. | **Software** | **Version** | **Description** |
  41. |---------------|-------------|-----------------------------------|
  42. | Apache Tomcat | 9 | Web Server WAR package deployment |
  43. ## LICENSE
  44. N/A (TBA)