Web applicaton that enables writting code snippets or other forms of texts and stores them in a PostgreSQL database together with their title and a TTL.
- Start PostgreSQL with docker compose:
docker-compose up
- Seed the database withe the models found under the
schemas
directory using your DBA of choice - Start the Go server:
go run ./cmd/web
Web application fully written in Go v1.23
Web application based on the application described in the Let's go book by Alex Edwards.