6 lines
168 B
Markdown
6 lines
168 B
Markdown
|
# 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
|