Full stack real time multiplayer quiz game.
This project was developed as part of my web development class at University of Madeira. I am pleased to mention that I received the maximum grade of 20/20 for this project, showcasing my proficiency in web development.
This project uses the RESTful Open Trivia DB API.
After creating your MongoDB database, setup your .env file inside /server following the structure found in .env.example.
npm install
npm run dev
Now you can register some users and have fun!