https://github.com/usharik/demogeekbrains
Demo application for GeekBrains students
https://github.com/usharik/demogeekbrains
Last synced: 3 months ago
JSON representation
Demo application for GeekBrains students
- Host: GitHub
- URL: https://github.com/usharik/demogeekbrains
- Owner: usharik
- Created: 2018-11-01T16:03:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T13:44:38.000Z (over 6 years ago)
- Last Synced: 2025-01-11T16:29:35.417Z (4 months ago)
- Language: Java
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Demo applications for GeekBrains students
* **creational-patterns-demo** - some examples with creational design patterns (factory, abstract factory, factory method, builder)
* **question-and-answer-spring-web-app** - example of typical architecture of java web application with usage of [spring-boot](https://spring.io/projects/spring-boot), [spring-security](https://spring.io/guides/topicals/spring-security-architecture/), spring-data-jpa for persistance, and [thymeleaf](https://www.thymeleaf.org/) for the frontend
* **rest-cloud-storage** - REST API to upload and manage files