workery-backend
Project still under active development - use at your own risk
Backend for Workery application server implemented in Golang. This is a rewrite of the workery-django
project.
Development Goals:
- Rewrite in Golang.
- Rewrite to no longer use wildcards.
- Rewrite to make simply (but less powerful) tenancy.
- Rewrite with good API documents.
- Deploy on Ubuntu.
Documentation
The documentation can be found here.
License
This library is licensed under the AGPLv3 license. See LICENSE for more information. Copyrighted ©2022 Over 55 (London) Inc..
Developer Notes:
Apply the golang
standard styling via
$ go fmt $HOME/go/src/github.com/over55/workery-backend/...