Skip to content

saint-rivers/kotlin_springboot_ams

Repository files navigation

Article Management System

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.

Deployment

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...

  1. A PostgreSQL database container
  2. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages