Skip to content

PyBites-Open-Source/ensemble-programming

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published