/travel-manager-api

A travel management project used for learning purpose.

Primary LanguageJavaMIT LicenseMIT

⭐ Travel Manager ⭐

The travel-manager-api is a Rest API made with Java, SpringBoot and Postgres for travel management.

🚀 Technology

Platform: JVM
Build System: Gradle
Java Version: 19

java gradle

💥 How to run

  • Prerequisites

    • Make sure you have Java 19 installed in your machine.

🔨 Application

Clone the repository:

# SSH
  $ git@github.com:gloureirogomes/travel-manager-api.git

Build the application

Create the .env file and put the environment variable with your values:

DB_USERNAME
DB_PASSWORD

After setting up your environment, up the docker container:

  $ make compose-up

Run the application

  $ make run