Skip to content

Lottery API Final project of KBTG ClassNest Java SE 2

Notifications You must be signed in to change notification settings

Celesca/Lottery-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 

Repository files navigation

Lottery API

Lottery API is the Java Springboot Backend API which is the part of KBTG ClassNest Java Software Engineering Bootcamp 2. I'm proud to be invited to Special Workshop from KBTG too. Although this is my final project works. I still have a lot more to improve such as the use of Mockito and MockMvc.

For all API Endpoints, you can see the origin repository where I forked from. It's very-detailed projects so I implement this project from user stories.

Installation

cd posttest

docker-compose -f .\docker-compose.yml up

The docker compose will starting the database and the server immediately.

Unit Testing including

  • AdminControllerTest
  • UserControllerTest

./gradlew test

Linter (Spotless)

./gradlew spotlessCheck

./gradlew spotlessApply

About

Lottery API Final project of KBTG ClassNest Java SE 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.4%
  • Dockerfile 1.6%