Skip to content

codespider/experiment-deck

Repository files navigation

experiment-deck

A Python experiment playground.

Setup

# Install dependencies
uv sync

# Start Redis & PostgreSQL services
docker compose up -d

Run

uv run main.py

Using Just (alternative)

You can also use the Justfile for common commands:

just up    # Start services
just down  # Stop services
just run   # Run the app
just       # List all commands

About

Experimenting with backend, data, and observability — a personal deck for small projects, prototypes, and learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors