f75297880d32dd7ae1676f42f910993c583b96d0
* TP-55555 | crud ingestor * TP-55555 | Project handler (#4) --------- Co-authored-by: Lokesh Dugar <lokesh.dugar@navi.com>
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
Important pointer - When using golang-migrate for migrations, the naming convention for migration files should be -
202310201651_initial-migration.up.sql
Description
Languages
Go
98.7%
Dockerfile
0.7%
Makefile
0.6%