Skip to content

A dockerised Spring Server with MySQL Database served via Nginx with a ReactJs Frontend App, configured to run on a Kubernetes Environment

Notifications You must be signed in to change notification settings

it21712/devops-back-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Dockerized REST-API Server implemented with Spring together with a MySQL Database

Installation Guide

Step 1

Make sure you have docker and docker-compose installed on your machine

Step 2

Clone this project

Step 3

Open a terminal in the project directory and run the following command: docker-compose up -d

To see the logs:

docker-compose logs -f

Congratulations!! The server is up and running at: -> http://localhost:8080

About

A dockerised Spring Server with MySQL Database served via Nginx with a ReactJs Frontend App, configured to run on a Kubernetes Environment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published