Springboot
Docker
Kubernate
To clone and run this application, you'll need Git and Docker installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Reene444/AlbumSystem.git
# Go into the repository
$ cd AlbumSystem
# Install dependencies
$ mvn clean package
# Run the app
$ java -jar target/album-system-api-0.0.1-SNAPSHOT.jar
# Read the swagger api document in the browser
$ link:localhost:8082/swagger-ui/index.html