Skip to content

mdauscher/PythonFlaskRemoteApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonFlaskRemoteApp

Code for blog post: http://codehandbook.org/creating-a-web-app-using-angularjs-python-mongodb/

Dependencies

Install MongoDB

https://docs.mongodb.com/manual/installation/

Install PIP

https://pip.pypa.io/en/stable/installing/

Install Flask

http://flask.pocoo.org/docs/0.11/installation/

Install Flask Dependencies

# Install Flask pymongo dependency (NOTE: Mac probably requires sudo)
 pip install pymongo
 
 #Install Flask fabric dependency
pip install fabric

Usage

python app.py

View app at http://localhost:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 50.9%
  • CSS 17.2%
  • Python 16.6%
  • JavaScript 15.3%