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.

35 lines
1.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. ![](sample_0.png)
  3. _Front-end view_
  4. ![](sample_1.png)
  5. _Database structure_
  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. ### Recommendations
  16. | **Software** | **Version** | **Description** |
  17. |---------------|-------------|-----------------------------------|
  18. | Apache Tomcat | 9 | Web Server WAR package deployment |
  19. ## LICENSE
  20. N/A (TBA)