Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 436 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 436 Bytes

collecting-book-titles

source : github.com/larryprice/go-for-web-dev

Personal library. Store your favourite book titles.

Prerequisites

Requirements:

Go 1.6 or higher
A working golang environment
sqlite
Setting up:

go get github.com/ekrem95/collecting-book-titles

Run:

cd $GOPATH/src/github.com/ekrem95/collecting-book-titles
go run main.go

app can also be started by just running: collecting-book-titles