tungulin / telegram-app-store

Mini App Telegram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini app for Telegram.

Mini-app store for buying/selling game metadata.





Start backend:

  1. The backend requires S3 Minio storage and PostgresSQL .
  2. You need to enter the config file .env:
TOKEN_SECRET = "For JWT"
PRODUCT_SECRET = "For Encrypt metadata"
PORT = "your port"
YUKASSA_AUTH_KEY = "YooKassa KEY auth"
YUKASSA_SHOP_ID = "YooKasse ID Shop"
  1. Installing dependencies
npm install
  1. Start app
npm run start

Start frontend:

  1. You need to enter the config file .env.production:
REACT_APP_BASE_URL = "your API url"
REACT_APP_BRAND_ID = "created brand ID"
REACT_APP_VERSION=$npm_package_version
  1. Installing dependencies
npm install
  1. Start app
npm run start

About

Mini App Telegram

License:MIT License


Languages

Language:TypeScript 64.6%Language:JavaScript 33.6%Language:CSS 0.7%Language:HTML 0.5%Language:Dockerfile 0.5%