2024-10-14 18:04:04 +05:30
2024-10-11 12:20:01 +05:30
2024-08-13 08:19:50 +05:30
2024-10-14 14:50:40 +05:30
2024-08-13 08:19:50 +05:30
2024-10-14 13:03:03 +05:30
2024-08-13 08:19:50 +05:30
2024-07-23 14:16:26 +05:30
2024-08-21 13:37:05 +05:30
2024-10-11 12:20:01 +05:30
2024-10-13 16:19:54 +05:30
2024-08-19 16:56:00 +05:30
2024-08-13 08:19:50 +05:30
2024-08-21 13:37:05 +05:30

Log enricher service for cybertron project

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

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 9.9 MiB
Languages
JavaScript 82.1%
Go 17.2%
Dockerfile 0.5%
Makefile 0.2%