Mantri Ramkishor e0ace2df00 Merge pull request #46 from navi-ppl/TP-5555/log-remove
NTP-10933 | include context in error
2024-11-20 16:06:27 +05:30
2024-10-24 16:43:54 +05:30
2024-11-19 11:10:35 +05:30
2024-11-12 19:02:53 +05:30
2024-10-22 13:04:56 +05:30
2024-11-18 06:58:14 +05:30
2024-09-18 16:42:54 +05:30
2024-11-20 16:05:09 +05:30
2024-07-23 14:16:26 +05:30
2024-08-21 13:00:34 +05:30
2024-07-23 14:16:26 +05:30
2024-09-12 02:59:54 +05:30
2024-08-19 16:55:29 +05:30
2024-07-23 14:16:26 +05:30
2024-08-21 13:04:27 +05:30

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

Description
No description provided
Readme 224 KiB
Languages
Go 98.7%
Dockerfile 0.7%
Makefile 0.6%