The app created for secondary school students to test their knowledge in school subjects. Collect points, compete against your friends, collect bonuses
Vue, Express, Mongodb
Select your user's account or create new Choose difficulty level Select category answer all 5 questions and finish the puzzle See your result and then try again
Made by Ash Oldham, Joe Dillon, David Eastcroft, Kat Kmiotek with help of CodeClan instructors, Google and Oh Shit, Git!?!
Install server dependencies:
cd server
npm install
npm run seeds
npm run server:dev
cd ../client
npm install
npm run serve