Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```