Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/push-protocol/push-incentives-backend
This is the backend repository for the incentives.epns.io dapp.
https://github.com/push-protocol/push-incentives-backend
Last synced: 20 days ago
JSON representation
This is the backend repository for the incentives.epns.io dapp.
- Host: GitHub
- URL: https://github.com/push-protocol/push-incentives-backend
- Owner: push-protocol
- Created: 2022-03-03T13:25:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T06:06:14.000Z (about 2 years ago)
- Last Synced: 2024-03-27T05:26:46.864Z (9 months ago)
- Language: TypeScript
- Size: 47.9 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# push-incentives-backend
Backend repository for the [incentives.epns.io](https://incentives.epns.io) dApp.Steps for installation:
- Install `docker` and `docker-compose`
- Install Node, preferably v12+
- Run the following commands in your shell:
```bash
docker-compose up -d
npm start
```