Skip to content

repositório destinado aos estudos sobre agilidade e devops no desenvolvimento.

Notifications You must be signed in to change notification settings

devpandaops/agile-and-devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clines API

Clines API is the backend of Caelum Aero linhas. It allows the customer to buy flight reservations and backoffice user to management flights, airport and aircraft.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Java 11
  • Docker 19+
  • Docker Compose 1.25+
  • GNU Make 3.8+

Running Clines API

To run this project simply execute this commands inside de project path

./mvnw clean package
docker image build --build-arg JAR=target/clines-api-0.0.1-SNAPSHOT.jar -t caelum/clines-api:latest .
docker-compose up

About

repositório destinado aos estudos sobre agilidade e devops no desenvolvimento.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages