Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satzrp/moviedb-system
Demo Application
https://github.com/satzrp/moviedb-system
docker hibernate java spring-boot
Last synced: 6 days ago
JSON representation
Demo Application
- Host: GitHub
- URL: https://github.com/satzrp/moviedb-system
- Owner: satzrp
- Created: 2023-04-05T15:59:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-21T08:11:59.000Z (over 1 year ago)
- Last Synced: 2023-11-28T08:25:59.440Z (12 months ago)
- Topics: docker, hibernate, java, spring-boot
- Language: Java
- Homepage:
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Sample Application
This is a sample application to demonstrate different languages, frameworks and concepts like
- Java
- Spring
- REST
- JPA (Hibernate)
- Messaging using RabbitMq
- Docker
- Docker Compose
- Logging (ELK Stack)
- Monitoring (Prometheus & Grafana)
- Caching (Redis)## TODO
- Use next/font
- CSS modules
- exception handling (only happy path scenarios are handled, check and handle exceptional and error scenarios)
- etc