A simple Flask website running on Google App Engine.
-
Install the App Engine Python SDK. See the README file for directions. You'll need python 2.7 and pip 1.4 or later installed too.
-
Clone this repo with
git clone https://github.com/santiycr/ashley.santi.io
-
Install dependencies in the project's lib directory. Note: App Engine can only import libraries from inside your project directory.
cd ashley.santi.io pip install -r requirements.txt -t lib
-
Run this project locally from the command line:
dev_appserver.py .
-
Test
python test_main.py
Visit the application http://localhost:8080
See the development server documentation for options when running dev_appserver.
We love contributions! Send us a pull request and we may consider having you over for our party.
See LICENSE
Ashley Wilson and Santiago Suarez Ordoñez