wmakley / coffee-log-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coffee Log Go

Work in progress web app for logging your daily cup of coffee.

Setup

Dependencies

The following external tools are required, visit their websites for installation instructions:

Database

Create a ".env" file, with the following values:

DATABASE_URL=postgres://[URL here]
TEST_DATABASE_URL=postgres://[URL here]
PORT=8080

Create those databases if coffee-log-go will not have permissions to do so, then run:

make migrate

Compile and run unit tests

make
make test

About

License:Other


Languages

Language:Go 93.6%Language:JavaScript 5.1%Language:Makefile 1.3%