Skip to main content
Version: 2.1.0

🚀 Quickstart

Pre-requisites​

Required:

Running Locally​

  • Clone repo
git clone https://github.com/mssfoobar/ian.git
  • Navigate to app directory.
  • Copy or replace the .env.sample into .env file. Provide the necessary variables inside the .env file.
  • Create database schema by running script in /schema/postgres/schema.sql
  • Start services by running command
go run cmd/ian/main.go