explorer-backend icon indicating copy to clipboard operation
explorer-backend copied to clipboard

Describe modules in README file

Open aslesarenko opened this issue 4 years ago • 1 comments

The readme should have description of the modules

explorer-api

  • how to obtain the yaml file
  • where to look for endpoints
  • where to look for request handlers
  • where is the main application

explorer-core

  • where to find DB schema
  • where to find entity classes mapped to the db tables
  • how the mapping is implemented
  • how the cache is used
  • how the Ergo node is connected
  • where is default config file and how to supply user-defined file

aslesarenko avatar Mar 25 '20 10:03 aslesarenko

I want to deploy explorer inside of my self node but not find documentation for deploying these services ( env, or service that should be installed (database and ...), .....). I see docker-compose this file is not complete yet. I hope you can help me to run these services on the server to have an explorer for my ergo network.

ghost avatar Apr 20 '20 14:04 ghost