aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: a853d47cfe6f00f0a7eb86d1f57e1d4c0d8bcb54 (plain)
1
2
3
4
5
6
7
8
# Corlink Licensing server

This is the licensing server for the Corlink project. It is designed to be very simple and easy to use. It is written in Go and uses a Postgres database to store the user's API keys.

## How to use

- [CLI Usage](./CLI.md)
- [API Usage](./API.md)