ethda-backend is configured using environment variables. You can define them using export or with an .env file.
We provide a .env.example file as reference which you can use as starting point.
cp .env.example .env
Install dependencies
npm install
Start server
npm run dev