Technology quiz app!
The play project consists of two elements, the Node.js Application
Server and the MongoDB Database. The URL of the mongodb service can be
configured in src/server/datasources.json
.
git clone [email protected]:sytac/play.git
npm install
npm run develop
npm run production
You can get the results as a CSV file like this (on the server running the app):
cd build
./bin/getQuizEntries
There is now a quiz-entries.csv file in the current directory.