https://github.com/timcsy/quiz
Quiz Analysis
https://github.com/timcsy/quiz
Last synced: 3 months ago
JSON representation
Quiz Analysis
- Host: GitHub
- URL: https://github.com/timcsy/quiz
- Owner: timcsy
- Created: 2020-01-10T11:11:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T23:07:55.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T23:14:38.256Z (over 1 year ago)
- Language: Vue
- Size: 615 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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