Skip to content

parsing-science/parsing-science-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parsing Science: Now in Flask

Running locally

pyenv virtualenv 3.8.9 parsing-science-flask
pyenv local parsing-science-flask
pip install -r requirements.txt
python run.py

Go to http://127.0.0.1:5000/

Hosted Version

This is hosted by Python Anywhere at www.parsingscience.com.

I followed the tutorial here to get the site hosted.

Notes

  • I had to change my Flask app to use a Blueprint instead of regular routes. I'm not sure why.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published