Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xasos/christmas
- Owner: xasos
- License: mit
- Created: 2014-11-06T04:57:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T00:59:54.000Z (about 9 years ago)
- Last Synced: 2024-10-14T21:18:21.381Z (3 months ago)
- Language: Go
- Homepage: https://christmas-list.herokuapp.com/
- Size: 240 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)