souzaux / PythonFlaskRemoteApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:HTML 65.2%Language:CSS 17.7%Language:Python 17.1%