Simple forum app written with FastAPI
Go to file
2024-04-09 17:19:46 -04:00
backend add cors middleware 2024-04-06 18:29:56 -04:00
frontend remove frontend for rewrite 2024-04-09 17:19:46 -04:00
.gitignore use global .gitignore 2024-04-05 19:47:57 -04:00
docker-compose.yml update docker-compose.yml 2024-04-06 17:50:34 -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