A simple web application for managing and sharing code snippets, built with Go. Based on the book "Let's Go" by Alex Edwards.
- Clone the repository
- Navigate to the project directory
- Run the application:
go run ./cmd/web
- Visit
http://localhost:4000in your browser
- Go 1.23.x
- MySQL database with a database named "snippetbox"