gpomf icon indicating copy to clipboard operation
gpomf copied to clipboard

Pomf rewrite in golang

#Gpomf Build Status GoDoc Go Report Card MIT
licensed

An implementation of a pomf compatible API written in golang

Getting started

Prerequisities

  • go
  • mariadb
sudo yum install -y go mariadb-server mariadb

Installing

  • go get https://github.com/ewhal/gpomf
  • make
  • cp config.example.json config.json
  • nano config.json
  • Configure port and database details

License

This project is licensed under the MIT License - see the LICENSE.md file for details