gist-backend An API for saving and retrieving code snippets (gists) from a database. Requirements Go 1.21 Installation Clone the repository Initialize the database with cat sql/create.sql | sqlite3 dev.sqlite3 Run go run cmd/api.go