Backend for Open source alternative to Human Bingo
git clone https://github.com/amfoss/ammingo-backend
cd ammingo-backendpython3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtfastapi dev app/main.pygit clone https://github.com/amfoss/ammingo-backend
cd ammingo-backenddocker compose up -dThe app will be running on
http://0.0.0.0:8000/
You can find the docs at
http://0.0.0.0:8000/docs