Skip to content
/ bank Public

Bank REST API. Developed with Spring Boot, Docker, Gradle, PostgresDB and pgAdmin.

Notifications You must be signed in to change notification settings

llka/bank

Repository files navigation

Run Locally

Requirements:

  • Docker
  • MacOS

Open terminal in project folder and execute:

./start.sh
./stop.sh

If not enough permissions to execute scripts, run:

chmod +x start.sh
chmod +x stop.sh

#Api - Swagger Documentation http://localhost:8080/swagger-ui.html

Connect to PgAdmin

  1. Open in browser http://localhost:8000
  2. Enter credentials:
  3. Add New Server -> Connection Tab
     host: postgre-db
     port: 5432
     database: bank
     username: admin
     password: admin
    

Run Locally in dev mode

Carry out in terminal:

./gradlew clean build
./gradlew jibDockerBuild
docker-compose up -d

About

Bank REST API. Developed with Spring Boot, Docker, Gradle, PostgresDB and pgAdmin.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published