Skip to content

Simple flask web server which allows user to create multiple path stories

Notifications You must be signed in to change notification settings

telboy007/flask-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-app

Description:

Web based build your own multiple path story app written in Python, as an exercise in learning Flask and Jinja2.

Requirments:

Python 2.7+

How to run:

  • Clone github repo
  • run cd flask-app
  • run pip install .
  • run ./run_app.sh
    • NOTE: running this script will drop the database table!
    • to prevent this run command export FLASK_APP=flask_app;export DEBUG=true;flask run
  • navigate to http://127.0.0.1:5000 in a browser

NOTE: Debug mode will be active during running of app.

Testing the app:

  • from flask-app
  • run python setup.py test to test the app
  • run coverage run -m pytest for test coverage
  • code test coverage currently at 96%

About

Simple flask web server which allows user to create multiple path stories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published