This is a simple API for a guestbook application. It uses SQLite as a database and Gorm as an ORM. The API is written in Go and uses the Echo web framework.
Returns all messages in the database.
Returns the total number of messages in the database.
Creates a new message in the database.
Returns the uptime of the server since it started.
Static files are served from the assets
directory.