Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (29 loc) · 1.58 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.58 KB

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 :)