chatasweetie / international-womens-day

Website for International Women's Day 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

International Women's Day 2018

Backend: Flask Frontend: Bootstrap v4 Hosting: Google App Engine

Table of Contents

Folder Structure

international-womens-day/
  README.md
  app.yaml (google app engine configuration)
  appengine_config.py (for google app engine)
  lib/ (for google app engine)
  requirements.txt
  main.py (server)
  static/
      css/
          styling.css
      imgs/
          assests/
          sponors/
          favicorn
  templates/
      base.html
      homepage.html

Create Environment

Create and enter an isolated Python environment using virtualenv:

    virtualenv env
    source env/bin/activate

Install dependencies using pip:

    pip install -t lib -r requirements.txt

Development

In the project directory, you can run:

FLASK_APP=main.py FLASK_DEBUG=1 python -m flask run

Build

To deploy to production simply follow these steps:

dev_appserver.py app.yaml
gcloud app deploy

Project site: IWD site

Contributors

Jessica Dene Earley-Cha, Queenie Ho, Andres Pineda

License

MIT

About

Website for International Women's Day 2018


Languages

Language:HTML 47.7%Language:Python 46.6%Language:CSS 4.8%Language:JavaScript 1.0%