Requirements :
- [PostgreSQL] CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
- [Go] 1.20 up
RESTful API :
git clone https://gitlab.com/aui-tuthousend/monitoring-guru.git
cd monitoring-guruDATABASE_URL='host=yourhost user=userName password=pass dbname=dbName port=5432 sslmode=require'
JWT_SECRET='your_jwt_secret'
ENV='development'go mod tidy
go install github.com/air-verse/air@latest
go install github.com/swaggo/swag/cmd/swag@latestswag init
air initair