Example applicationΒΆ
Minimal Flask application example.
First install Invenio-Formatter by running:
$ pip install -e .[all]
$ cd examples
Next, start the development server:
$ export FLASK_APP=app.py FLASK_DEBUG=1
$ flask run
and open the example application in your browser:
$ open http://127.0.0.1:5000/