Jack Case b35c92b96f ran tests against a local sqlite DB
reports appear to work properly now, will run prod DB migrations and upgrade the server container when I'm home.
2025-10-29 15:30:02 +00:00
2025-10-19 17:26:25 +00:00
2025-10-25 19:09:08 +00:00
2025-10-17 20:13:02 +00:00
2025-10-27 14:35:31 -04:00

slop-farmer-server

FastAPI-based server to form the backend of the Slop Farmer browser extension. Handles user authentication, requests to check search result URLs against reported slop, and new reports of slop URLs from users.

Docker Container

run the server with docker run -P --env-file <env file> slopfarmer

Environment Variables

DB_URL - The url connection string to pass to SQLAlchemy TOKEN_SECRET - the secret used for signing JWTs used for user auth after login

Description
No description provided
Readme 85 KiB
Languages
Python 96.8%
Mako 3.2%