This application is a guestbook, it will walk through a basic CRUD application, the logic on the server and how to work with golang templates.
- Ensure you know the login credentials for the MySQL instance you will be working with
- Create a database that will be used to store entry information.
- Modify
config/config.json
to match your environments credentials so the application can connect to MySQL.
To run, from the root of the project run the following:
go run ./cmd/frontend/main.go