0.1.4 • Published 5 years ago
bytee-quiz-server v0.1.4
Bytee Quiz node.js server
Simple node express server for the Vue.js Quiz app using mongodb.
Project setup
Install dependencies first.
npm installCopy the config.sample.js to config.js and adjust the settings to your environment.
Start the server (port 3000 by default)
npm startRun the API tests
Make sure the quiz server is running and adjust the
test/config.jsfile.
npm testImport Questions
You can use the import.js script to import JSON question files into your mongo database.
node import.js path/to/questions.js