Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```