Shinevision / piggybank-backend

School assignment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example app for testing

Java application built with Spring Boot.

Run/debug

To run the application you can do the following:

  • Run the PiggyBankApplication.java, and it will start the application.
  • Or run mvn spring-boot:run.

Database

Connect to in-memory h2 database

If you start the application, it will also start an instance of the in-memory h2 database. To access this database use the following information:

Guides

The following guides illustrate how to use some features concretely:

! Disclaimer

This app should never be used in production. This app is intended as a test and it contains some bugs to be fixed. The software is used as part of a workshop. The security of the software is also not safe for production purposes.

About

School assignment.


Languages

Language:Java 100.0%