Skip to content

Commit

Permalink
First cut of application for the new vibrato tech test
Browse files Browse the repository at this point in the history
Provides a simple go application that hosts a todo list
backed by a postgres db
  • Loading branch information
Tom committed Feb 17, 2018
1 parent c2179af commit a78d7a8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var versionCmd = &cobra.Command{
Short: "Displays the current version",
Long: `Displays the current version of the application`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("Version: 0.0.1-pre-release")
fmt.Println("Version: 0.1.0-pre-release")
},
}

Expand Down
14 changes: 14 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Vibrato Tech Test App

[![Build Status][circleci-badge]][circleci]
[![Release][release-badge]][release]
[![GoReportCard][report-badge]][report]
[![License][license-badge]][license]

[circleci-badge]: https://circleci.com/gh/vibrato/TechTestApp.svg?style=shield&circle-token=8dfd03c6c2a5dc5555e2f1a84c36e33bc58ad0aa
[circleci]: https://circleci.com/gh/vibrato/TechTestApp
[release-badge]: http://img.shields.io/github/release/vibrato/TechTestApp/all.svg?style=flat
[release]:https://github.com/vibrato/TechTestApp/releases
[report-badge]: https://goreportcard.com/badge/github.com/vibrato/TechTestApp
[report]: https://goreportcard.com/report/github.com/vibrato/TechTestApp
[license-badge]: https://img.shields.io/github/license/vibrato/TechTestApp.svg?style=flat
[license]: https://github.com/vibrato/TechTestApp/license

This app is a work in progress and not ready yet

## Install
Expand Down

0 comments on commit a78d7a8

Please sign in to comment.