flightlessmango.com website clone, written in Go.
Yes, there is a lot of crappy copypasta html/css/js code. As long as it works! 🤷
- Written in Go:
- Fast performance
- Multithreaded
- Single, statically linked binary
- Uses
ginweb framework - Uses
gormORM (Can be easily ported to other databases)
- TLS/SSL/ACME - use reverse proxy (I suggest Caddy)
To run this code locally, install go, setup your .env file following the .env.example file and then run:
go run cmd/flightlesssomething/main.goThen open in browser: http://localhost:8080/