A simple learning management system.
- Usage of
RESTler,EvoMasterandCatsfor aREST APIfuzzing - Sending some notifications to
TelegramthroughKafka - Authentication via
Yandex ID - Observability using
Prometheus,Grafana,postgres-exporter,kafka-exporter,Micrometer Docker ComposeforCI/CD- More than 80% code coverage during JUnit testing
gradle :botalka:bootJardocker compose up --build --force-recreate --remove-orphansdocker exec -it lms-database bash
psql -h localhost -p 5432 -d $POSTGRES_DB -U $POSTGRES_USER