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

https://github.com/kryptocodes/minter


https://github.com/kryptocodes/minter

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

          

# NFT Minter Backend

## Env

```bash
NFT_STORAGE_KEY =
MONGODB =
JWT_SECRET =
```
## Installation

```bash
npm install
npm run dev
```