2024-04-09 22:02:32 +00:00
|
|
|
# Singleboard Forum
|
|
|
|
A 4ch ripoff, coded as an exercise in learning full stack development with React
|
|
|
|
and FastAPI.
|
2024-04-01 01:30:50 +00:00
|
|
|
|
2024-04-09 22:02:32 +00:00
|
|
|
## Demo
|
|
|
|
Start the Docker containers:
|
|
|
|
```
|
|
|
|
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.
|