A backend heavy Music Streamer made with FastAPI + PostgreSQL + SQLAlchemy that allows three user groups (Superusers aka admin, Singers and Listeners) )

1 Open Issue Need Help Last updated: Jul 29, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Migrate the FastAPI music streamer's PostgreSQL database from using auto-incrementing integer primary keys to UUIDs. This involves updating SQLAlchemy models, Alembic migrations, Pydantic schemas, and related CRUD operations to use UUIDs as primary keys, enhancing security by preventing ID guessing.

Complexity: 4/5
help wanted question

A backend heavy Music Streamer made with FastAPI + PostgreSQL + SQLAlchemy that allows three user groups (Superusers aka admin, Singers and Listeners) )