Skip to content

BlackONline's API REST made in Java with Spring Boot

Notifications You must be signed in to change notification settings

JuanMBV/API-blackonline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Clone the repository

git clone https://github.com/JuanMBV/API-blackonline.git

Generate .jar for the project

If you use Maven:

mvn clean package -DskipTests 

If you don't have Maven, see this video: https://www.youtube.com/watch?v=YTvlb6eny_0

Create docker container

Open the terminal and put:

docker compose up -d --build