You can find api documentation at click here.
DoriBottle is a Spring Boot application built using Gradle. You can build a jar file and run it from the command line.
- Download source code from github repository.
git clone https://github.com/team-liah/dori-bottle-server.git cd dori-bottle-server
- Create and Start Redis container.
docker-compose -f docker/redis.yml up -d
- Create and Start MariaDB container.
docker-compose -f docker/mariadb.yml up -d
- Add environment variables.
- Build jar file and run it.
./gradlew ./gradlew bootRun