This application is for cricket club group members.
To start the applications locally, please follow the below steps
- First, we need to build backend code using the command
./gradlew clean build, this will run all the unit tests, integration tests. - Then run
docker-compose up --build, this command will create the image using the above Jar file andDockerfileand then it will start the containers. - Then access the apis on swagger
http://localhost:8080/swagger-ui/.
- Java-19.
- Spring Boot
- MySql
- Docker
- Swagger
- Liquibase
- TestContainers (To Write integration test.)