Giter Site home page Giter Site logo

rishubil / appengine-python-flask-skeleton-for-likelion Goto Github PK

View Code? Open in Web Editor NEW

This project forked from googlearchive/appengine-flask-skeleton

1.0 4.0 1.0 952 KB

멋쟁이 사자차럼 2기 학생들을 위한 flask skeleton 입니다.

License: Apache License 2.0

Python 100.00%

appengine-python-flask-skeleton-for-likelion's Introduction

멋쟁이 사자처럼 2기 학생들을 위한 Python Flask Skeleton for Google App Engine

Google App Engine에서 Flask micro framework를 이용한 Python 애플리케이션을 구축하기 위한 뼈대 입니다.

원본 뼈대에서 app 폴더를 추가한 정도입니다.

Quick start

  1. 해당 프로젝트를 SourceTree를 통해 Clone합니다.

    https://github.com/rishubil/appengine-python-flask-skeleton-for-likelion.git
    
  2. 의존 모듈을 해당 프로젝트의 lib 폴더에 설치합니다.

    Note: App Engine은 프로젝트 내부에 직접 포함된 라이브러리만 import 할 수 있습니다.

    cd appengine-python-flask-skeleton-for-likelion
    pip install -r requirements.txt -t lib
    
  3. app.yaml 파일의 9번째 줄의 'your-application-id-here'를 해당 프로젝트의 application-id로 변경합니다.

    [app.yaml]
    ...
    # using cloud.google.com/console use the "project id" for your application
    # id.
    application: your-application-id-here
    version: 1
    runtime: python27
    ...
    
  4. 프로젝트를 로컬에서 실행해 봅니다.

Licensing

See LICENSE

Author

원 프로젝트: Logan Henriquez and Johan Euphrosine

해당 프로젝트: Nesswit(Heewon Lee)

appengine-python-flask-skeleton-for-likelion's People

Contributors

fredsa avatar heewonlee avatar henriquez avatar proppy avatar rishubil avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

denovator

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.