This project is a full-stack FizzBuzz game with:
- Frontend: Next.js (React)
- Backend: .NET 9 Web API
- Database: PostgreSQL
Everything runs together using Docker Compose.
- Docker & Docker Compose: Install Docker
- (Optional) .NET SDK 9.0: Download here
- (Optional) Node.js 22.x: Download here
- Clone the repo:
git clone https://github.com/your-repo/fizzbuzz.git
cd fizzbuzz- Clone the repo:
docker-compose up --build- Access the app:
Frontend: http://localhost:3000
Backend (Swagger): http://localhost:4444/swagger
###THANKS###