Online Omok (Gomoku) platform.
server/: .NET backend (SignalR, REST API)client/: Flutter Web client
- .NET SDK (the repo currently targets
net10.0in this environment) - Flutter (stable)
- PostgreSQL (for real runs; tests use in-memory)
cd server/Arena.Server
dotnet run --urls http://localhost:5000curl -s http://localhost:5000/healthcd client
flutter run -d chromecd client
flutter build web --releaseEndpoint: POST /api/auth/google
Development bypass (server Development environment only):
{ "idToken": "dev_bypass_token", "email": "test@gmail.com", "displayName": "Test User" }