Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xasos/christmas

Christmas List Written in Go/Martini
https://github.com/xasos/christmas

Last synced: about 2 months ago
JSON representation

Christmas List Written in Go/Martini

Awesome Lists containing this project

README

        

Christmas
=========

## What is Christmas?
Christmas List Written in Go/Martini to get myself more familliar with Go. Available [here](https://christmas-list.herokuapp.com/).

## Building + Running Application
```sh
$ mongod
# In a seperate terminal instance:
$ git clone https://github.com/xasos/Christmas
$ cd Christmas
$ godep restore
$ go run app.go
```

## License
[MIT License](LICENSE)