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.

73 lines
2.2 KiB

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. ### Sales manager view
  17. ![](images/page_salesmanager_front.png)
  18. _Sales manager view for the bookstore: view, edit and add books. Get published and unpublished books._
  19. ------------------------------
  20. ### Administration view
  21. ![](images/page_admin_front.png)
  22. _Administration view for the bookstore: view, edit, delete and add books. Get published and unpublished books. Access REST API._
  23. ------------------------------
  24. ### Database structure
  25. ![](images/db_structure.png)
  26. _[Bookstore database structure](db_plans/bookstore-model.mwb)_
  27. ------------------------------
  28. ## Repository structure
  29. | **Type** | **Name** | **Description** |
  30. |----------|-------------------------|------------------------------|
  31. | `Folder` | [bookstore](bookstore) | Main project folder (Maven) |
  32. | `Folder` | [packaging](packaging) | OS-specific build scripts |
  33. | `Folder` | [db_plans](db_plans) | SQL Database plans & drafts |
  34. | `Folder` | [images](images) | Various screenshots & images |
  35. ### Recommendations
  36. | **Software** | **Version** | **Description** |
  37. |---------------|-------------|-----------------------------------|
  38. | Apache Tomcat | 9 | Web Server WAR package deployment |
  39. ## LICENSE
  40. N/A (TBA)