/graphenex

Elixir umbrella application with different useful Bitshares services

Primary LanguageElixir

Project Setup

Install Elixir, Phoenix, PostgreSQL

Clone the repository

git clone git@github.com:relaxcore/graphenex.git
cd graphenex

Update ENV variables

cp apps/reporting/config/example.exs apps/reporting/config/dev.exs
vim apps/reporting/config/dev.exs
# set your psql username and password

Install dependencies and setup database

mix deps.get
mix setup

Start using app through interactive Elixir console

iex -S mix