music-tab-api

command module
v0.0.0-...-3bb8f72 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2024 License: GPL-3.0 Imports: 14 Imported by: 0

README

Music Tablature API

A (relatively) simple API for serving music tablature. Postgres is used as the database. Database address, port, etc. is configured in the config.yaml which is created on first run.

Configuration

Default config.yaml generated by the program:

server:
    port: 3000
postgres:
    address: localhost
    port: 5432
    databasename: music-tabs
    username: postgres
    password: postgres

Installation & Usage

Build from source

First clone and build:

$ git clone https://github.com/howardliam/music-tab-api && cd music-tab-api
$ go build
$ ./music-tab-api

Then you'll need to configure it for your Postgres instance.

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