gp2midi server
Server for gp2midi.com built with Go and Docker.
Convert Guitar Pro files to midi, useful for creating backing/jam tracks.
Built with
Installation
Go is required to run this project locally. Docker is optional.
Clone the repo:
git clone https://github.com/n-ulricksen/gp2midi-web
cd gp2midi-web
Install dependencies:
go install
Usage
Without Docker
To run Gin development server:
go run main.go
With Docker
Build the image:
docker build -t gp2midi .
Run the container and Gin development server on port 8229:
docker run -p 8229:8229 gp2midi
Contributing
Pull requests welcome and appreciated!
License
MIT