Quickstart
Pre-requisites
Required:
Running Locally
- Clone Repo
git clone https://github.com/mssfoobar/tag.git
-
Copy and remove the
.sample
in repository root directory. Provide the necessary variables inside the.env
file. -
Start services by running command
go run cmd/tag/main.go
Docker setup
- Install Docker
- Install Docker-Compose
- Docker Post-installation setup
- Clone
git clone https://github.com/mssfoobar/ar2-ims.git
- Start docker-compose
docker-compose up -d
- Cleanup Docker
docker-compose down