Skip to content

Goes through the process of creating an App Engine guestbook using Java and Maven in phases

Notifications You must be signed in to change notification settings

nberserk/appengine-ttlesson

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

time vote web application using google app engine

my toy project using gogle app engine to remove repetitive work. each person can vote one time slot. data reset everyday. GAE is cool. it takes just 3 day to make this after the work.

running the app locally

mvn appengine:run see localhost:8080/lesson.html

deploying the app

mvn appengine:deploy

spec

rest apis

  • /vote?name=xxx&lessonTime=xxx : vote a person to specfici time
  • /trigger?cmd=enable|disable : enable/disable vote
  • /table : return current vote status

screen shot

screen shot

About

Goes through the process of creating an App Engine guestbook using Java and Maven in phases

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 60.9%
  • HTML 39.0%
  • CSS 0.1%