Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 381 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 381 Bytes

Telegram Clicker Game template

Here is very base template for tg mini app game creation. Structure:

  1. DB - Postgre SQL sripts for DB instances creation. Seed (mock data) are provided
  2. Backend - NodeJS API
  3. Frontend - React Telegram Mini App template. TON and Telegram Stars payment inside
  4. Admin - managemend DB Entities

Also included:

  • Docker
  • sh scripts for easy run