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

https://github.com/z0rr0/go.t34.me


https://github.com/z0rr0/go.t34.me

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# README

It is a simple URL shortening web application.

### Dependencies

* [MongoDB](http://www.mongodb.org/)
* [Boostrap](http://getbootstrap.com/)
* [Google Fonts - PT Sans Caption](http://www.google.com/fonts/#ChoosePlace:select/Collection:PT+Sans+Caption)

### Tests

It is used the basic go [testing](http://golang.org/pkg/testing/) package ([examples](https://golang.org/cmd/go/#hdr-Test_packages)).

### Deployment instructions

...

### Contribution guidelines

* Writing tests - [testing package](http://golang.org/pkg/testing/)
* Other guidelines - [Effective Go](https://golang.org/doc/effective_go.html)
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)