Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huangkai1008/quiz
Quiz is a Online q&a platform with Flask 在线问答平台
https://github.com/huangkai1008/quiz
celery flask python3 restful
Last synced: 7 days ago
JSON representation
Quiz is a Online q&a platform with Flask 在线问答平台
- Host: GitHub
- URL: https://github.com/huangkai1008/quiz
- Owner: Huangkai1008
- License: mit
- Created: 2019-07-10T11:31:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:55:27.000Z (about 2 years ago)
- Last Synced: 2024-12-10T07:14:29.597Z (2 months ago)
- Topics: celery, flask, python3, restful
- Language: Python
- Homepage:
- Size: 239 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quiz
Quiz is a Online q&a platform with Flask.
在线问答平台
## Installation
Make sure you have installed [pipenv](https://docs.pipenv.org/en/latest/)
```bash
pip install pipenv
```Then install libs
```bash
pipenv install
```## Usage
```bash
flask run
celery -A celery_worker.celery worker -l info -P gevent # Start the celery worker
celery -A celery_worker.celery beat -l info # Start the celery beat
flower -A celery_worker.celery -l info # Start the flower
```## License
[MIT](https://www.mit-license.org/)