An open API service indexing awesome lists of open source software.

https://github.com/timcsy/quiz

Quiz Analysis
https://github.com/timcsy/quiz

Last synced: 3 months ago
JSON representation

Quiz Analysis

Awesome Lists containing this project

README

          

# Quiz Analysis

> Website: https://quiz.tew.tw

方便的測驗分析系統!

## Setup

```
pipenv install -r requirements.txt
```
Create .env
```
BASE_URL=http://localhost:49577
PORT=49577

```

## Build Setup

``` bash
# install dependencies
$ npm run install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).

Used Packages
---
### JavaScript
koa-router koa-bodyparser await-spawn @mdi/js @koa/multer multer vuex-map-fields

### Python
python-magic-bin