Spring Boot API made with Spring Data JPA, Kotlin and PostgreSQL. All endpoints are open and no security has been applied.
For testing and training purposes in Korea Software HRD Center.
Clone the project
git clone https://github.com/saint-rivers/kotlin-springboot-ams.git ams-kshrd
Change directory to the project.
cd ams-kshrd
This project will create two containers, which are...
- A PostgreSQL database container
- A JDK container with the AMS API
Run the commands below to build and deploy the project.
Build the jar file:
make -B build
Deploy all relevant containers
make deploy
To stop and remove all containers, run:
make down