IT-Planet_If_else_Saetov
README.md
SkySphere
Документация: https://docs.google.com/document/d/1ytQvwisEkTaXY-ULSn-LrlvEMi8dtlIFfUIVoGnTG5I/edit?usp=sharing
Technologies
Spring(Boot, Security, JPA), Docker, PostgreSQL, Liquibase
Environments
To run this application you configure
file in root directory with next environments:.env
- host of Postgresql database | Default -> dbPOSTGRES_HOST
- username for Postgresql database | Default -> postgresPOSTGRES_USERNAME
- password for Postgresql database | Default -> postgresPOSTGRES_PASSWORD
- name of Postgresql database | Default -> weather_dataPOSTGRES_DATABASE
- docker port | Default -> 8080DOCKER_POST
- docker host | Default -> localhostDOCKER_HOST
Quick start
- Clone this repo into folder.
git clone https://gitverse.ru/sc/qreol/IT-Planet_If_else_Saetov.gitcd IT-Planet_If_else_Saetov
- Start docker compose
docker compose up --build
- Use