/SintaBE

Backend for Sinta application written in Java and Spring Boot

Primary LanguageJava

SINTA Application

SINTA is a web app-based tour package sales marketplace that focuses on providing convenience to travel agents in digitizing their business to reach a wider market.

Installation with Docker

Install SINTA with Docker

  1. Make application-docker.properties file on /resource directory
  2. Copy all application.properties.example key-value into your application-docker.properties
  3. Fill all credentials on application-docker.properties
  4. Run docker-compose up -d

Installation in localhost environment

  1. Make sure you have install Apache Maven
  2. Make application.properties on /resource directory
  3. Copy all application.properties.example key-value into your application.properties file
  4. Fill all credentials on application.properties
  5. Run mvn clean package -DskipTests=true
  6. Then run mvn spring-boot:run

Tech Stack

Support

Don't forget to star my repository if you feel this repository help you on learning :)