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.

36 lines
1.3 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. ![](sample_0.png)
  3. _Front-end view_
  4. ![](db_plans/sample_1.png)
  5. _[Database structure](db_plans/bookstore-model.mwb)_
  6. - This repository contains school-related Java server-side project work for an imaginary book store with required/necessary back-end features & course requirement description.
  7. - This repository is linked to work of repository [java-server-programming - GitHub/Fincer](https://github.com/Fincer/java-server-programming).
  8. - This repository is mirrored to [java-bookstore - Fjordtek Git/Fincer](https://fjordtek.com/git/Fincer/java-bookstore).
  9. - 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).
  10. ## Repository structure
  11. | **Type** | **Name** | **Description** |
  12. |----------|-------------------------|---------------------------|
  13. | `Folder` | [bookstore](bookstore) | Main project folder |
  14. | `Folder` | [packaging](packaging) | OS-specific build scripts |
  15. | `Folder` | [db_plans](db_plans) | Database plans & drafts |
  16. ### Recommendations
  17. | **Software** | **Version** | **Description** |
  18. |---------------|-------------|-----------------------------------|
  19. | Apache Tomcat | 9 | Web Server WAR package deployment |
  20. ## LICENSE
  21. N/A (TBA)