Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nekocode/wcmovie_test

「卧槽电影」公众号营销用测试游戏
https://github.com/nekocode/wcmovie_test

app backend

Last synced: about 2 months ago
JSON representation

「卧槽电影」公众号营销用测试游戏

Awesome Lists containing this project

README

        

# wcmovie_test
「卧槽电影」公众号营销用 Web 游戏。

### run steps
- add config.py
```
DOMAIN = ''
DB_HOST = ''
DB_NAME = ''
DB_USER = ''
DB_PWD = ''

QINIU_AK = ''
QINIU_SK = ''
QINIU_BUCKET_NAME = ''
```
- you can read `optsql/db.py` for checking what sql tables need to create
- run `server.py`

### note
if you don't need a admin, please switch to the **[lite](https://github.com/nekocode/wcmovie_test/tree/lite)** branch.

### screenshots
![](art/1.png "")
![](art/2.png "")
![](art/3.png "")