Skip to content

Spring Boot backend for Fluffy Best Project that helps volunteers to help animals

License

Notifications You must be signed in to change notification settings

al-kuznetsov/fluffy-best

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluffy Best

fluffy-best is a Spring Boot REST API backend service. It is designed to serve for an Angular frontend.

Database setup

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.

About

Spring Boot backend for Fluffy Best Project that helps volunteers to help animals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages