Follow these steps to get the app up and running:
git clone {link}
cd gatorGuessrdocker-compose builddocker-compose upNote You may need to use sudo if you run into issues with the docker commands.
| Port | Service | Description | Local URL |
|---|---|---|---|
| 5173 | Frontend | React Development server | http://localhost:5173 |
| 8000 | Backend | FastAPI server (Swagger: /api/docs) |
http://localhost:8000/api/docs |
| 5050 | pgAdmin | Access database GUI | http://localhost:5050 |
- Username:
admin - Password:
password
- Email/Login:
admin@email.com - Password:
password
Once the backend is running, you can access the API routes at:
http://localhost:8000/api/docs