Skip to content

mminder/clean-architecture-academy

Repository files navigation

Academy

Run locally

Prerequisites

  • Docker Engine running (required for the local profile).
  • Java toolchain available (uses Gradle toolchain).

Command line

Start the application with the local profile:

./gradlew bootRun --args='--spring.profiles.active=local'

IDE

Or run the AcademyApplication main class directly in your IDE, using spring "local" profile.

Swagger UI:

Local DB Connection details

  • URL: jdbc:postgresql://localhost:5432/academy
  • User: academy
  • Password: academy

About

Application to try out clean architecture concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages