fluffy-best is a Spring Boot REST API backend service. It is designed to serve for an Angular frontend.
The application persists its data to a database. It currently uses PostgreSQL as database server. For Flyway database migrations to kick in you must provide connection credentials of an existing user in application.yml
An example SQL script for creating a database user in given is /src/resources/db/postgresql/create-user.sql
.
Attention: the user created in the example is a superuser. Take great care if you use it.
The application has GIS support. WGS 84 spatial reference system is used (SRID 4326).
For testing purposes it is possible to insert sample data using /src/resources/db/postgresql/insert-sample-data.sql
.