interactive-narrator
Visualize your user stories
Based on "Interative Narrator" at https://github.com/Gionimo/InteractiveNarrator
Based on "Visual Narrator' at https://github.com/marcelrobeer/visualnarrator
Based on "Flask" at https://github.com/vanHeemstraSystems/flask
Based on "How Do You Serve Static Files in Flask?" at https://sentry.io/answers/serve-static-files-flask/
Based on "SpaCy" at https://github.com/vanHeemstraSystems/spacy
Based on "Flask SQLAlchemy" at https://github.com/vanHeemstraSystems/flask-sqlalchemy
Based on "Flask Web Development" at https://github.com/miguelgrinberg/flasky
Run this application as follows:
- Enter
flask_app
directory:$ cd flask_app
- Run
pip install -r requirements.txt
- If non-existent, create a virtual environment inside the
flask_app
directory:python3 -m venv .venv
- Start the virtual environment and enter:
. .venv/bin/activate
- Set the Flask App to app directory:
(.venv) $ export FLASK_APP=app
- Set the Flask Environment to development:
(.venv) $ export FLASK_ENV=development
- Run the flask app:
(.venv) $ flask run
- Open the web interface as prompted
- Use
CTRL+c
to exit the web server. - Alternatively run the flask command line interface:
(.venv) $ flask shell
- Execute any flask commands: >>>
- Use
exit()
to exit from the command line interface.
See README.md
See README.md
See README.md
See README.md