Banter Bus is a web application video game, inspired by other party games like JackBox.
To set up the app you can do:
If you use Nix flakes and direnv setup you can simply do:
git clone https://gitlab.com/hmajid2301/banterbus
cd banterbus
direnv allow
# Launch the app
task dev
This app is using the following technologies, built using this template.
More information here
- Go
- Standard Library HTTP Server
- Websockets for communication
- templ as the templating engine
- Postgres DB
- Redis (Pub Sub)
- htmx
- For avoiding writing JS
- alpinejs
- For interactivity again to avoid writing JS
- Tailwind CSS
- Nix for reproducibility
- gomod2nix to build go binary with Nix
- Development Shells
- Pre Commit Hooks
- Build Docker images
- CI Image
- Service
- Gitlab for CI/CD pipeline
- Taskfiles as the task runner