phantomcase / book-manager-api-with-swagger-java-docker-aws-lab

A walkthrough guide for containerising and deploying a spring boot application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building and Deploying a Java application with Docker

Introduction

This repository is designed to guide you through containerising a Spring boot application using Docker.

It also covers instructions for deploying your containerised application to Amazon Web Services.

The application itself is a sample Java Spring book manager API that allows users to manage books.

If you have created your own Java Spring API, the instructions here can also be utilised to containerise and deploy your own application 🙌

Pre-Requisites

  • Java SE Development Kit 11
  • Maven

For deployment you'll also need:

  • An Amazon AWS account

How to Get Started

  1. Fork this repo to your Github and then clone the forked version of this repo
  2. Work through the activities in the activities folder starting with Activity 1.

About

A walkthrough guide for containerising and deploying a spring boot application

License:GNU General Public License v3.0


Languages

Language:Java 98.8%Language:Dockerfile 1.2%