Giter Site home page Giter Site logo

ml_data_dashboard's Introduction

App Engine Starter - Python 3 Edition

In August 2018, Google finally saw fit to bless us with Python 3 on App Engine's standard environment. Goodbye Python 2 and webapp2, hello Python 3 and Flask.

Built with:

Hosted on Google App Engine.

Usage

First off, go to Google Cloud Console and create a new project. Then install the Google Cloud SDK.

Development

  1. Open a shell.

  2. pipenv install to install Flask to a virtual environment (must have pipenv already installed).

  3. pipenv shell to open a new shell with the virtual environment activated.

  4. python main.py to start a local development server at http://127.0.0.1:8080/

Deployment

If Google Cloud SDK is set to this project:

  1. Open shell in the directory containing "app.yaml"

  2. Run gcloud app deploy

If Google Cloud SDK is not set to this project you can switch to it with

    gcloud config set project PROJECT_ID

References

Bootstrap's starter template was adapted slightly (navbar made semi-automatic with Jinja2, removed a bunch of stuff).

ml_data_dashboard's People

Contributors

michfig avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.