Skip to content

nft image converting marketplace nftflix server repository입니다.

License

Notifications You must be signed in to change notification settings

NFTLIX/nftlix-server

Repository files navigation

🎨 이미지 변환 및 NFT metadata 생성 서비스, NFTLIX-SERVER

  • 회원가입/로그인 API
  • NFT 상품 생성 API (nftlix-ai 서비스와 연동)
  • NFT 상품 목록 조회 API
  • NFT 상품 단일 조회 API
  • NFT minting API (nftlix-nft-mint 서비스와 연동)

🔗 Download (Docker image)

docker pull ghcr.io/nftlix/nftlix-server:latest

🪄 Usage

docker run -d -p 8080:8080 \
-e DB_HOSTNAME=your-db-hostname \
-e DB_PORT=your-db-port \
-e DB_DATABASE=your-db-name \
-e DB_USERNAME=your-db-username \
-e DB_PASSWORD=your-db-password \
-e API_URL=your-nft-mint-api-url \
-e PRIVATE_KEY=your-nft-mint-private-key \
-e PUBLIC_KEY=your-nft0-mint-public-key \
ghcr.io/nftlix/nftlix-server:latest

📑 Docs

NFTLIX Server API Docs

🧩 System Architecture

서버 아키텍쳐