Skip to content

harunisik/scoreboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

scoreboard

This is a sample spring-boot and mysql project. It uses a docker compose file. Please make sure you have installed docker in your local environment before run this application.

To run this application, in the root directory;

docker-compose up

Runs the entire app with docker compose.

docker-compose up --build

Rebuilds the docker images when you have code changes.

Configurations

Mysql

  • MYSQL_DATABASE: scoreboard
  • MYSQL_USER: test
  • MYSQL_PASSWORD: test123

Spring Boot Application

You can create, find and update a score event through this application. The data will be stored in the databases.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors