This repository is a complete rewrite of reddit-store using FastAPI
Swagger documentation can be found at https://vmi1592589.contaboserver.net/docs
Create a .env file and provide the following API keys.
REDDIT_CLIENT_ID=example
REDDIT_CLIENT_SECRET=example
SUBREDDIT_NAME=AmItheAsshole
POST_LIMIT=5
DATABASE_NAME=AmItheAsshole.db
OPENAI_API_KEY=example
Then run it via docker compose with
docker compose up --build