An open API service indexing awesome lists of open source software.

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

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