https://github.com/kryptocodes/qb-ipfs-backend
https://github.com/kryptocodes/qb-ipfs-backend
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kryptocodes/qb-ipfs-backend
- Owner: kryptocodes
- Created: 2023-11-06T19:02:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T18:00:27.000Z (over 2 years ago)
- Last Synced: 2025-02-23T14:38:47.550Z (over 1 year ago)
- Language: TypeScript
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```