An interactive web application that allows you to play quizzes with your friends in real-time. This project was developed by a team consisting of:
Challenge each other, test your knowledge, and have fun!
- Multiplayer Quizzes: Join or create quiz rooms to play with friends.
- Real-Time Scoring: Live updates of scores as you play.
- User-Friendly Interface: Easy to navigate and play.
- Backend: Java Spring Boot
- Frontend: Next.js, React, MaterialUI, TypeScript
- Database: Spring Boot JPA, Postgresql
- Real-Time Communication: Socket.IO
- Docker: docker-compose
- CI/CD: GitHub Actions
- Clone the repository
git clone https://github.com/im-stanly/QuizHub.git
- Starting the application
cd QuizHub docker compose build docker compose up