An open API service indexing awesome lists of open source software.

https://github.com/kleros/t2cr-dashboard-backend

Redis powered backend for the t2cr-dashboard
https://github.com/kleros/t2cr-dashboard-backend

backend token-list

Last synced: 6 months ago
JSON representation

Redis powered backend for the t2cr-dashboard

Awesome Lists containing this project

README

        


T²CR Dashboard Backend

Service and database for caching statistics on the T²CR and Badges.

## Get Started

1. Clone this repo.
2. Duplicate `.env.example`, rename it to `.env` and fill in the environment variables.
3. Run `npm install` to install dependencies and then `npm start` to run the service in development mode.

> To run the service in production mode use `node -r dotenv/config index.js`.

> To start with PM2 use `pm2 start --node-args="-r dotenv/config" index.js --name t2cr-dashboard-backend`