Documentation and Mock for Mobile WebView APIs base on ThinkJS & MongoDB & React & Antd.
317
Documentation and Mock for Mobile WebView APIs base on ThinkJS & MongoDB & React & Antd.
https://github.com/lizheming/animaris
Where to get help: Github issues or Discord the Docker Community Forums, the Docker Community Slack, or Stack Overflow
Where to file issues: https://github.com/lizheming/animaris/issues
Maintained by: lizheming
Supported architectures: (more info)
amd64
Source of this description: lizheming/animaris's Dockerfile
Supported Docker versions: the latest release (down to 1.6 on a best-effort basis)
Animaris is a system to resolve problem about mobile webview api documentation and mock. We use ThinkJS and MongoDB for server, React and Antd for front end, Docsify for documentation at last. Animaris fixed follow questions:
If your Mobile web page depend on WebView API, you should inspect to simulator or physical machine. It's very terrible. All we know api mock program usually support server http api, there has little mock webview api program.
$ docker run \
-e MONGO_HOST="127.0.0.1" \
-e MONGO_PORT="27017" \
-p 8360:8360 \
lizheming/animaris
Then you can hit http://localhost:8360 in your browser.
Environment vairables are passed to the run command for configuring a animaris container.
| Name | Default | Description |
|---|---|---|
| MONGO_HOST | 127.0.0.1 | MongoDB container host |
| MONGO_PORT | 27017 | MongoDB port |
| MONGO_DATABASES | webview_mock | MongoDB databases |
| MONGO_USER | '' | MongoDB admin username |
| MONGO_PASSWORD | '' | MongoDB admin password |
Content type
Image
Digest
Size
47.1 MB
Last updated
over 8 years ago
docker pull lizheming/animaris