Simple forum app written with FastAPI
Go to file
agatha 676ececfad Version 3.0 (#4)
Release version 3.0

Reviewed-on: #4
Co-authored-by: agatha <agatha@juggalol.com>
Co-committed-by: agatha <agatha@juggalol.com>
2024-04-06 20:19:45 +00:00
backend Version 3.0 (#4) 2024-04-06 20:19:45 +00:00
frontend docs: add frontend notes 2024-03-31 22:31:28 -04:00
.gitignore use global .gitignore 2024-04-05 19:47:57 -04:00
docker-compose.yml feat: add docker compose file 2024-03-31 22:43:44 -04:00
README.md add project description 2024-03-31 21:30:50 -04:00

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