Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

kleros/t2cr-dashboard-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Redis powered backend for the t2cr-dashboard

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published