# bytee-quiz-server

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

Latest version **0.1.4** (published 2020-06-27) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install bytee-quiz-server
pnpm add bytee-quiz-server
yarn add bytee-quiz-server
bun add bytee-quiz-server
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.4 |
| Published | 2020-06-27 |
| First published | 2019-10-09 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 8 |
| Unpacked size | 35.3 KB |
| Known vulnerabilities | 0 (+8 in 4 direct dependencies) |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Yves Hoppe |
| Maintainers | bytee |
| Keywords | quiz, exam, test |

## Links

- npm: https://www.npmjs.com/package/bytee-quiz-server
- Repository: https://github.com/bytee-net/quiz-server
- Homepage: https://bytee.net
- Issues: https://github.com/bytee-net/quiz-server/issues
- npm.io page: https://npm.io/package/bytee-quiz-server

## Dependencies (8)

- [cors](https://npm.io/package/cors.md) ^2.8.5
- [uuid](https://npm.io/package/uuid.md) ^3.3.3
- [debug](https://npm.io/package/debug.md) ~2.6.9
- [morgan](https://npm.io/package/morgan.md) ~1.9.1
- [express](https://npm.io/package/express.md) ~4.16.1
- [mongoose](https://npm.io/package/mongoose.md) ^5.9.20
- [mailgun-js](https://npm.io/package/mailgun-js.md) ^0.22.0
- [cookie-parser](https://npm.io/package/cookie-parser.md) ~1.4.4

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 0.1.4 (latest) — 2020-06-27
- 0.1.3 — 2019-10-09

## README

# Bytee Quiz node.js server

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

Simple node express server for the [Vue.js Quiz app](https://github.com/bytee-net/quiz) 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. 

```bash
node import.js path/to/questions.js
```

---
_Source: https://npm.io/package/bytee-quiz-server · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
