This is a simple book collection app written in Go that tracks books that I have bought, want to sell or that I have lent to others. Only a backend service is provided. Making this essentially a Restful CRUD API.
Application settings are stored in the application.properties file. Located in the context of the application. The
current settings are:
- db.host=
- db.port=
- db.username=
- db.password=
A Dockerfile is provided to build the application and have it run successfully. However, the application alone will not run completely as there is no database connection.