/ashley.santi.io

Our wedding's website!

Primary LanguageCSSApache License 2.0Apache-2.0

Build Status

Isn't this the nerdiest wedding website?

A simple Flask website running on Google App Engine.

Run Locally

  1. 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.

  2. Clone this repo with

    git clone https://github.com/santiycr/ashley.santi.io
    
  3. 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
    
  4. Run this project locally from the command line:

    dev_appserver.py .
    
  5. Test

    python test_main.py
    

Visit the application http://localhost:8080

See the development server documentation for options when running dev_appserver.

Contributing changes

We love contributions! Send us a pull request and we may consider having you over for our party.

Licensing

See LICENSE

Author

Ashley Wilson and Santiago Suarez Ordoñez