Simple forum app written with FastAPI
Go to file
2024-04-09 18:02:32 -04:00
backend add cors middleware 2024-04-06 18:29:56 -04:00
frontend update README.md 2024-04-09 17:51:12 -04:00
.gitignore use global .gitignore 2024-04-05 19:47:57 -04:00
docker-compose.yml update docker compose 2024-04-09 17:53:50 -04:00
README.md update README.md 2024-04-09 18:02:32 -04:00

Singleboard Forum

A 4ch ripoff, coded as an exercise in learning full stack development with React and FastAPI.

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.