Socket
Socket
Sign inDemoInstall

bytee-quiz-server

Package Overview
Dependencies
317
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bytee-quiz-server

[![Build Status](https://travis-ci.org/bytee-net/quiz-server.svg?branch=master)](https://travis-ci.org/bytee-net/quiz-server)


Version published
Maintainers
1
Install size
18.4 MB
Created

Readme

Source

Bytee Quiz node.js server

Build Status

Simple node express server for the Vue.js Quiz app using mongodb.

Project setup

Install dependencies first.

npm install

Copy the config.sample.js to config.js and adjust the settings to your environment.

Start the server (port 3000 by default)

npm start

Run the API tests

Make sure the quiz server is running and adjust the test/config.js file.

npm test

Import Questions

You can use the import.js script to import JSON question files into your mongo database.

node import.js path/to/questions.js

Keywords

FAQs

Last updated on 27 Jun 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc