项目作者: patou

项目描述 :
Application pour créer la liste de ces envies, et la partager avec notre famille. Elle peut alors la voir et dire quel cadeaux elle souhaite offrir sans que nous pouvons le voir.
高级语言: HTML
项目地址: git://github.com/patou/liste-envies.git
创建时间: 2016-11-29T17:18:53Z
项目社区:https://github.com/patou/liste-envies

开源协议:Apache License 2.0

下载


Liste Envies Build Status

Application pour créer la liste de ces envies, et la partager avec notre famille. Elle peut alors la voir et dire quel cadeaux elle souhaite offrir sans que nous pouvons la voir.

The application use :

  • Google App Engine
  • Angular
  • Angular Material
  • Sass

Deployement :

  • In travis environnement variable add theses var :
    • CLOUDSDK_CORE_PROJECT : Production app engine project id
    • CLOUDSDK_TEST_PROJECT : Test app engine project id
    • FIREBASE_SERVICE_ACCOUNT : The firebase service account private key in the JSON format (add ‘’ arrount the json content)
    • GOOGLE_CLIENT_SECRET : Production app engine deploy private key (add ‘’ arrount the json content)
    • GOOGLE_CLIENT_SECRET_TEST : Production app engine deploy private key (add ‘’ arrount the json content)
    • VERSION_CORE_NAME : Version of the production application (master branch), in test, the version is the branch name.