Skip to content

sytac/play

Repository files navigation

Sytac Play

Build Status

Technology quiz app!

System Requirements

Installation

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

Development

npm run develop

Production

npm run production

Results

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.

Releases

No releases published

Packages

No packages published