S74_capstone_yogesh_guessync
A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.
File Explorer
Download Latest Version (.zip)- Create Room.bru
- folder.bru
- Join Room.bru
- folder.bru
- Song-b-index.bru
- folder.bru
- User Authentication UID.bru
- bruno.json
- 1.png
- 10.png
- 11.png
- 12.png
- 2.png
- 3.png
- 4.png
- 5.png
- 6.png
- 7.png
- 8.png
- 9.png
- door.svg
- majesticons_music-line.svg
- node.svg
- question.svg
- _redirects
- AI-p.png
- AI.png
- copy.png
- dice.png
- film.png
- logo.png
- logo.svg
- music.png
- pfp.png
- rect.png
- twinkle.png
- vite.svg
- wordmark.png
- copy.png
- google.svg
- guessync.gif
- react.svg
- send.png
- spotify.png
- AvatarGrid.jsx
- GlowingButton.jsx
- Navbar.jsx
- AvatarSelector.jsx
- firebase.js
- AuthContext.jsx
- avatarList.js
- AboutDev.jsx
- CreateRoom.jsx
- GameRoom.jsx
- HomePage.jsx
- HowToPlay.jsx
- JoinRoom.jsx
- LandingPage.jsx
- Login.jsx
- Profile.jsx
- Signup.jsx
- WaitingRoom.jsx
- tailwind.css
- JoinRoom.test.jsx
- App.css
- App.jsx
- index.css
- main.jsx
- setupTests.js
- socket.js
- .env.example
- eslint.config.js
- index.html
- package-lock.json
- package.json
- postcss.config.cjs
- README.md
- tailwind.config.cjs
- vite.config.js
- db.js
- firebase-adminsdk.js
- firebase.js
- roomController.js
- userController.js
- roomCleanup.js
- Room.js
- Song.js
- User.js
- authRoutes.js
- roomRoutes.js
- songRoutes.js
- userRoutes.js
- fetchSpotifySongs.js
- fetchYouTubeIds.js
- socketHandler.js
- fillPlaylistFromSpotify.js
- generateCode.js
- getAIHint.js
- getSpotifyAccessToken.js
- getYoutubeVideoId.js
- .env.example
- Dockerfile
- package-lock.json
- package.json
- server.js
- .gitignore
- LICENSE
- netlify.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/kalviumcommunity/S74_capstone_yogesh_guessync
Downloads the entire project code from GitHub to your computer.
cd S74_capstone_yogesh_guessync
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -f server/Dockerfile -t s74-capstone-yogesh-guessync .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 s74-capstone-yogesh-guessync
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
cd server && npm install
Moves into the project folder you just downloaded.
cd ../client && npm install
Moves into the project folder you just downloaded.
npm run dev
Starts the development/run server.
npm run dev -- --port 5174
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
