A simple go microservice for managing user feedback.
The database schema is managed using the golang-migrate tool. The schema can be updated by adding a pair of SQL files to the db-migrations/ directory, and some guidelines can be found here.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple go microservice for managing user feedback.
The database schema is managed using the golang-migrate tool. The schema can be updated by adding a pair of SQL files to the db-migrations/ directory, and some guidelines can be found here.