Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 517 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 517 Bytes

AITA API

This repository is a complete rewrite of reddit-store using FastAPI

Swagger Documentation

Swagger documentation can be found at https://vmi1592589.contaboserver.net/docs

Run instructions

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