971bdd51d2f445d7d2e06fdd24ba82cf15e82de5
Bumps [starlette](https://github.com/Kludex/starlette) from 0.48.0 to 0.49.1. - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.48.0...0.49.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.49.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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
Languages
Python
96.8%
Mako
3.2%