https://github.com/remileduc/dummy_flask_server
Dummy flask server to test Archivematica
https://github.com/remileduc/dummy_flask_server
Last synced: 11 months ago
JSON representation
Dummy flask server to test Archivematica
- Host: GitHub
- URL: https://github.com/remileduc/dummy_flask_server
- Owner: remileduc
- License: gpl-3.0
- Created: 2016-10-28T08:47:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T10:48:04.000Z (over 9 years ago)
- Last Synced: 2025-06-08T00:48:11.911Z (about 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dummy_flask_server
Dummy flask server to test Archivematica's callbacks.
You can run the server with this command:
```sh
FLASK_DEBUG=1 FLASK_APP=dummy_flask_server.dummy_flask_server flask run --host=0.0.0.0 --port=8181
```