🚀 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