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
- Host: GitHub
- URL: https://github.com/kleros/t2cr-dashboard-backend
- Owner: kleros
- License: mit
- Created: 2020-01-03T14:17:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:04:45.000Z (over 2 years ago)
- Last Synced: 2023-02-26T18:16:22.163Z (over 2 years ago)
- Topics: backend, token-list
- Language: JavaScript
- Homepage:
- Size: 617 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
T²CR Dashboard BackendService 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`