Skip to content

evandrogrm/vehicles-api

Repository files navigation

Getting Started

Steps to build application

Mysql

To run database place in the root of api (vehicles/api-java) and run

docker-compose -f docker-db.yml up

Application API

To run the application place in the root of api (vehicles/api-java) and run the commands in sequence:

  1. mvn clean install

This will build and install by maven the application

  1. docker build -t application/vehicles .

This will create an image called application/vehicles

  1. docker-compose -f docker-app.yml up

This step will turn it up the image we just created

Contacts

If anyone has any questions or adjustments can contact me on:

Best regards

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published