Systemli Ticker
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.
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.
First run
-
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
Testing
go test ./...