Skip to content

cfdenton/laotu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laotu

~ To use:

  1. install the app from the root of the project directory

pip install --editable .

  1. tell flask about the right application:

export FLASK_APP=minitwit

  1. fire up a shell and run this:

python -m flask initdb

  1. now you can run application in test mode:

PUBLISHABLE_KEY=pk_test_haUn12yj5cA394KQd0K37hzh SECRET_KEY=sk_test_52QkxEpzwiy1p4bNKTX18Vy7 python -m flask run

the application will greet you onhttp://localhost:5000/

~ Is it tested?

You betcha. Run the python setup.py test file to see the tests pass.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 50.0%
  • HTML 29.0%
  • CSS 15.7%
  • JavaScript 5.3%