Service to distribute short messages in support of events, demonstrations, or other time-sensitive events.
This repository contains the API for the Systemli Ticker Project.
!!! note "Requirements"
The project is written in Go. You should be familiar with the structure and organisation of the code. If not, there are
some [good guides](https://golang.org/doc/code.html).
-
Clone the project
git clone https://github.com/systemli/ticker.git
-
Start the project
cd ticker go run . run
-
Check the API
curl http://localhost:8080/healthz
-
Create a user
go run . user create --email <email-address> --password <password> --super-admin
go test ./...