Files
cybertron/README.md
varnit-goyal_navi 549a0f4af9 TP-55555 | clean up
2024-08-21 13:04:27 +05:30

626 B

Cyber tron service

Frontend error monitoring service

How to Run

Install Go

brew install go
brew install golang-lint

Setup postgres

You need to set-up postgres db and create a database with name cybertron_dev

Run local

make run-local

Final Build

make run-all

Hot reload in local

Install Air

go install github.com/air-verse/air@latest

Run air

air

Important pointer - When using golang-migrate for migrations, the naming convention for migration files should be - 202310201651_initial-migration.up.sql