albion-mapper-backend

command module
v0.0.0-...-26119fc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2020 License: AGPL-3.0 Imports: 6 Imported by: 0

README

Project moved

This project has been superceeded by: https://github.com/Portaler-Zone

Albion mapper backend

Written in Go, using Go version 1.15

Local setup

go mod download
docker-compose up -d db
source env.sh
go run main.go

# alternatively
docker-compose up -d

Database migrations

The project uses the golang-migrate tool to handle migrations.

Install the CLI if you want to create new migrations: brew install golang-migrate

Then you can create migrations with: migrate create -ext sql -dir migrations -seq <your_migration_name>

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL