Skip to content

mdg-2018/quizapp

Repository files navigation

MongoDB Certification Study App

Getting Started

  1. Restore mongodump with practice exam questions (questions are stored in the data directory). These questions might be a bit out of date since I took the exam a while back, but they should still be helpful.
    cd data
    tar -xvf data.tar
    cd data
    mongorestore [options]

  2. Install dependencies - npm install

  3. Set your mongodb connection string in config.js

  4. Run node index.js quiz

  5. Navigate to http://localhost:8081 and start answering questions!

Notes

  • The app is set up to prioritize questions you have attempted least often
  • There's a bunch of extra code for loading the quiz questions into the database, but this can be ignored if you're just using the questions already available from the included mongodump.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published