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

https://github.com/kryptocodes/qb-ipfs-backend


https://github.com/kryptocodes/qb-ipfs-backend

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

          

# Questbook IPFS backend

## Setup

### Envs

```bash
MONGODB_URI =
MONGODB_DBNAME =
PORT =
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=
AWS_BUCKET_NAME=

```

### Install dependencies

```bash
npm install (or) yarn
```

### Running in dev

```bash
npm run dev (or) yarn dev
```

Then navigate to http://localhost:5000/graphql

### Running in prod

```bash
npm run build (or) yarn build
npm run start (or) yarn start
```