Show HN: PNGR Stack – Postgres/Nginx/Golang/React in Docker-compose, hot-reload(github.com)
github.com
Show HN: PNGR Stack – Postgres/Nginx/Golang/React in Docker-compose, hot-reload
https://github.com/karlkeefer/pngr
0 comments
—
https://github.com/karlkeefer/pngr
—
Some highlights for dev ergonomics: - Unejected create-react-app w/ typescript for the front-end - Themeable semantic-ui component library tied into the hot-reload loop - json-web-token based user sessions, including middleware with token refresh - sql bindings via sqlc (autogenerates db mocks, too, all hot-reload) - server-side rendering with a sidecar container (prerender) - stubbed out backend "worker" container for async tasks - pre-baked database migration pattern
This has been a really productive (and performant!) starter project for me - hopefully it's useful to others.