Sign inSign up

ergoplatform/explorer-back

By ergoplatform

Updated over 6 years ago

Ergo Explorer Backend

Image
0

2.2K

ergoplatform/explorer-back repository overview

Ergo Explorer Backend Build Status

(!mainnet branch!)

To run backend locally you need:

  1. Checkout this repo and open terminal in the root of this project.

  2. Install docker and add config file into ~/env/app.env with two variables DB_PASS=pass DB_USER=ergo and ~/env/db.env with two variables POSTGRES_USER=ergo POSTGRES_PASSWORD=pass. Example of files are stored in this project in the env folder.

  3. Run db via docker-compose up postgres in the terminal in the root folder of this project

  4. Run App.scala or use sbt run command.

Tag summary

Content type

Image

Digest

Size

161.6 MB

Last updated

over 6 years ago

docker pull ergoplatform/explorer-back