module
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Sep 2, 2020
License: MIT
Opens a new window with license information.
README
¶
KOATUU
Development
Build the binary
make
Start postgres
docker-compose up -Vd postgres
Run sql migrations
migrate -source file://migrations -database postgres://postgres:password@127.0.0.1/koatuu\?sslmode=disable up
Run the web server
./bin/server
Test
Start postgres
docker-compose up -Vd postgres
Run sql migrations
migrate -source file://migrations -database postgres://postgres:password@127.0.0.1/koatuu\?sslmode=disable up
Run tests
go test -v ./...
License
Project released under the terms of the MIT license.
Click to show internal directories.
Click to hide internal directories.