Our idea based on peer-to-peer landing, but in a more personalized way. We thought about how we can make finance flow more interactive and relatable to customers. So there is an idea about using information about recent purchases and interest based on social media.
- Clone repo.
- Create new Project on Google Cloud AppEngine or use existing one.
- Edit
build.gradle
. Setappengine.deploy.project
property as your Project Id andapp engine.deploy.version
to preferred version number. - Edit
src/main/webapp/WEB-INF/appengine-web.xml
- setapplication
andversion
to the same values as in previous step. Setservice
to preferred AppEngine service name, or set todefault
. - Install Google Cloud SDK. Execute
gcloud init
. - Switch to repo directory. Execute
gradle appengineDeploy
.