Skip to content

exxcellent/swt2-bsa-backend

 
 

Repository files navigation

Quality Gate Status Coverage Code Smells

Bogenliga Application

Content

  • Spring Boot with REST services
  • Flyway

How to use

You can use mvnw (shell) or mvnw.cmd script to configure Apache Maven. Use mvnw instead of mvn commands.

  1. Build project
    • go to the root directory: cd bogenliga
    • run: mvn clean install
  2. Run database migration
    • go to the bogenliga-db-migration directory: cd bogenliga-db-migration
    • run: mvn clean flyway:clean flyway:migrate -PLOCAL
  3. Run Spring Boot
    • go to the bogenliga-application directory: cd bogenliga-application
    • run: mvn spring-boot:run
  4. Open Swagger API documentation

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 90.7%
  • PLpgSQL 9.3%