Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Repository files navigation

BeerBrain 🍺🧠

This app will remind your drunken brain how much it owes.

You can even try it: https://beerbrain.tech/

Installation

After cloning the repository update submodules:

git submodule update --init

Then make the copy of .env file:

cp example.env .env

It looks like:

# django
POSTGRES_HOST=postgres
POSTGRES_DB=beer_brain
POSTGRES_USER=beer_brain
POSTGRES_PASSWORD=!!!CHANGE_ME!!!

# vite
VITE_DJANGO_URL=http://0.0.0.0:8000/

Then you can run it all:

docker compose up -d --build

That's all! Configure nginx yourself

About

BeerBrain is a web application for keeping track of shared expenses

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors