Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 401 Bytes

File metadata and controls

16 lines (12 loc) · 401 Bytes

Pybites Ensemble Programming

Building a tool to work as a team on a single codebase.

Uses FastAPI, sqlmodel, websockets, redis and some htmx for the frontend.

Setup + run

$ uv sync
$ docker run -d --name redis -p 6379:6379 redis
$ uv run fastapi dev main.py
# set db
$ cp .env-template .env
# go to localhost:8000, create a session and join in from 2nd browser using session link