/overlord

member database and central api for hackerspace management

Primary LanguageGo

Project Overlord

Member database and central API for hackerspace management built with Go.

Building

Install go (https://golang.org/) and do the following:

go build

Start using...

./overlord

Show help for options...

./overlord --help

Database backend

The database schema is based on the existing p2k12 database to ease the migration.

Libraries to use

TODO

  • Configure database driver using the loaded settings.