Skip to content

tlatin/simpletimeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple timeline service. Publish an event to the service with an author and content. Use search to return a sorted list of events from multiple authors.

To develop locally: Update the SDK from here: https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Go // From project directory % goapp serve app

On check-in: // Make sure GOPATH is set. // From project directory % goapp test ./... run gofmt -d [filename] // to see the diff run gofmt -w [filename] // to update the file git rebase -i // to squash the gofmt changes

To deploy: ./deploy.sh

TODO: Add testing for controllers Migrate Search logic to timeline file. Add CORS headers to search interface Add bootstrap & AJAX to appengine site

About

A Simple Timeline app written in Go for Google Appengine

Resources

Stars

Watchers

Forks

Packages

No packages published