commit bf9f0d4d3f099935eda1f43aaa4456d513290558 Author: agatha Date: Sun Mar 31 21:30:50 2024 -0400 add project description diff --git a/README.md b/README.md new file mode 100644 index 0000000..cec6ea2 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# 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 \ No newline at end of file