Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanreichert/ticketz
A try on hexagonal architecture
https://github.com/stefanreichert/ticketz
Last synced: about 2 months ago
JSON representation
A try on hexagonal architecture
- Host: GitHub
- URL: https://github.com/stefanreichert/ticketz
- Owner: stefanreichert
- Created: 2024-01-14T20:34:52.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T07:19:25.000Z (4 months ago)
- Last Synced: 2024-09-18T13:24:00.395Z (4 months ago)
- Language: Java
- Size: 93.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# TicketZ
## Prelude
A fullstack SpringBoot REST/SSR application that follows the ports & adapter (or hexagonal architecture) approach. It is just for the fun of it, because it was a while ago when I last coded Java/Spring.
I took a particular look at:
* REST Controllers & Validation
* SSR & Thymeleaf
* Spring Security
* Spring Data JPA
* BootstrapSo... nothing special here, but still a good exercise for me :)
## How to run
Well... select the TicketZApplication class and run it. The SSR frontend application will be available at `http://localhost:8080/ticketz/index`, the REST API at `http://localhost:8080/ticketz/api/*`. You may use the following credentials to login: `[email protected]/test`.