Files
SongQuiz/backend/README.md
2025-04-02 01:40:37 -03:00

25 lines
668 B
Markdown

# Music Guesser Game
A web-based music guessing game where players try to identify songs from short previews and blurred covers.
## Backend Setup
1. Install the required dependencies:
```
pip install -r requirements.txt
```
2. Run the FastAPI server:
```
uvicorn app.main:app --reload
```
3. Access the API documentation at `http://localhost:8000/docs`
## Game Rules
- Random songs (5, 10, or 25) are selected from the database
- A preview of the song will play and a blurred cover will be displayed
- Players must choose the correct song name from 6 options
- Players have 15 seconds to make their choice
- No login required - anyone can play