A full-stack project for managing Telegram Stars, consisting of:
- 📦 Backend → NestJS (API)
- 💻 Frontend → Vite + React (UI)
fragment-stars/
│── backend/ # NestJS API (Server)
│── frontend/ # Vite + React UI (Client)
│── README.md # Project Documentation
Ensure you have the following installed:
- Node.js (LTS version recommended) → Download
- npm or yarn (package managers)
git clone https://github.com/qrewy/fragment-stars.git
cd fragment-stars
cd backend
yarn install # Install dependencies
npm run start:dev # Start development server
cd frontend
npm install # Install dependencies
npm run dev # Start Vite development server
For deployment, you can use: