Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 498 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 498 Bytes

Mercury - Monolithic Server for Eventr in Go

Setup Steps

This repository requires a Go installation. You would also require make available in your system.

git clone https://github.com/TeamEventr/mercury
cd mercury
docker-compose up -d  # Brings up Postgres, Redis and ElastiSearch
make run

For running the server in development mode with hot-reload, use 'air'. The configuration is already available in .air.toml

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