https://github.com/z0rr0/go.t34.me
https://github.com/z0rr0/go.t34.me
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/z0rr0/go.t34.me
- Owner: z0rr0
- License: agpl-3.0
- Created: 2015-02-10T17:19:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-14T20:56:26.000Z (over 11 years ago)
- Last Synced: 2025-10-13T13:12:21.094Z (9 months ago)
- Language: Go
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)