aeternity / tipping-community-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Superhero tipping-community-backend

Docs

The deployed version of the swagger documentation can be found here: https://raendom-backend.z52da5wt.xyz/docs/ or if you are running it locally here: http://localhost:3000/docs/

Docker Image

The automatically updated docker images can be found here: https://hub.docker.com/r/aeternity/superhero-backend

How to build and run on mainnet

Hosted setup

Build the setup

docker-compose up -d

Local Setup

Note: Node v14 is recommended.

Install dependencies

npm i

Create Database

npm run db:create

Start server

In order to run the server, an ipfs, redis & the above mentioned env are required

node bin/www.js

About


Languages

Language:JavaScript 98.6%Language:Handlebars 1.2%Language:Dockerfile 0.2%Language:Shell 0.0%