Git Product home page Git Product logo

appengine-memcache-guestbook-python's Introduction

Memcache Guestbook Sample

This is a sample app for Google App Engine that exercises the memcache Python API.

See our other Google Cloud Platform github repos for sample applications and scaffolding for other python frameworks and use cases.

Run Locally

  1. Install the Google Cloud SDK, including the gcloud tool, and gcloud app component.

  2. Setup the gcloud tool.

    gcloud components update app
    gcloud auth login
    gcloud config set project <your-app-id>
    

    You don't need a valid app-id to run locally, but will need a valid id to deploy below.

  3. Clone this repo.

    git clone https://github.com/GoogleCloudPlatform/appengine-memcache-guestbook-python.git
    
  4. Run this project locally from the command line.

    gcloud preview app run appengine-memcache-guestbook-python/
    
  5. Visit the application at http://localhost:8080.

Deploying

  1. Use the Cloud Developer Console to create a project/app id. (App id and project id are identical)

  2. Configure gcloud with your app id.

    gcloud config set project <your-app-id>
    
  3. Use the Admin Console to view data, queues, and other App Engine specific administration tasks.

  4. Use gcloud to deploy your app.

    gcloud preview app deploy appengine-memcache-guestbook-python/
    
  5. Congratulations! Your application is now live at your-app-id.appspot.com

Contributing changes

Licensing

appengine-memcache-guestbook-python's People

Contributors

jeffmendoza avatar

Watchers

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