Simple forum app written with FastAPI
backend | ||
frontend | ||
.gitignore | ||
docker-compose.yml | ||
README.md |
Forum App with FastAPI
Model is after 4chan
Board: has threads, unique counter for posts Thread: Collection of related posts Post: post_id, thread_id, title, content