Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sivaprasadreddy/video-library-monolith
Video Library application following monolithic architecture using SpringBoot
https://github.com/sivaprasadreddy/video-library-monolith
cypress docker-compose elk gatling gradle grafana java k8s loki postgresql spring spring-boot spring-security thymeleaf
Last synced: 24 days ago
JSON representation
Video Library application following monolithic architecture using SpringBoot
- Host: GitHub
- URL: https://github.com/sivaprasadreddy/video-library-monolith
- Owner: sivaprasadreddy
- Created: 2021-06-28T04:27:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T11:06:06.000Z (9 months ago)
- Last Synced: 2024-04-14T11:30:04.203Z (7 months ago)
- Topics: cypress, docker-compose, elk, gatling, gradle, grafana, java, k8s, loki, postgresql, spring, spring-boot, spring-security, thymeleaf
- Language: Java
- Homepage:
- Size: 18.1 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# video-library-monolith
Video Library application following monolithic architecture using SpringBoot## Backend Tech Stack
* Java
* SpringBoot
* H2(Dev) / Postgres (Prod)
* Spring Data JPA
* Spring Security
* Thymeleaf
* Flyway
* Gradle
* JUnit 5, Mockito, Testcontainers```shell
./gradlew :video-library:bootRun
```## Gatling Performance Testing
```shell
./gradlew :video-library-gatling-tests:gatlingRun
```