🚀 Quickstart
Pre-requisites​
Required:
Running Locally​
- Clone repo
git clone https://github.com/mssfoobar/ian.git
- Navigate to
appdirectory. - Copy or replace the
.env.sampleinto.envfile. Provide the necessary variables inside the.envfile. - Create database schema by running script in
/schema/postgres/schema.sql - Start services by running command
go run cmd/ian/main.go