update README.md

This commit is contained in:
agatha 2024-04-09 18:02:32 -04:00
parent 7cf8cef8cf
commit d1a6b17920

View File

@ -1,6 +1,12 @@
# Forum App with FastAPI # Singleboard Forum
Model is after 4chan A 4ch ripoff, coded as an exercise in learning full stack development with React
and FastAPI.
Board: has threads, unique counter for posts ## Demo
Thread: Collection of related posts Start the Docker containers:
Post: post_id, thread_id, title, content ```
docker compose up -d
```
Interact with the backend API to add some posts by browsing to http://localhost:8000/docs,
then browse to the frontend at http://localhost:3000.