slimnate / laser-beam

Error/app event logging platform
1 stars 0 forks source link

laser-beam

LaserBeam is a SaaS application that provides error/event tracking functionality for apps running on a client device. This project entails a public API for creating and consuming event data, as well as a web app to view and manage event data.

Development

Run

This project uses the air command line tool for hot-reloading.

Install air first with: go install github.com/cosmtrek/air@latest

To run with air: air

To run normally: go run main.go