Notiboy API
Powers NotiBoy Notification Service
- Run a Cassandra database instance
docker run --rm -d --name cassandra --hostname cassandra -p 9042:9042 cassandra
- If absent, schemas will be automatically created at app start up
git clone https://github.com/Notiboy-Project/notiboy-backend-public.git
make build
cd notiboy-backend-public
go build -o ~ ./...
./notiboy