/gopaper

A very simple blog engine written in Go using the Google AppEngine.

Primary LanguageGoMIT LicenseMIT

gopaper

A very simple blog engine written in [Go] (http://golang.org/) using the [Google AppEngine] (https://developers.google.com/appengine/).

This is a side project for the purpose of learning the Go language.

installation

  • Follow the instructions to download the App Engine SDK for Go and set it up in your environment.
  • Get this repository to a local directory : git clone --recursive https://github.com/akhansari/gopaper.git
  • Finally CD into the directory and run : goapp serve
  • Try the app out by visiting http://localhost:8080 and http://localhost:8080/backend for the backend.