Skip to content

unbrokenQ/fragment-stars

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Fragment Stars

A full-stack project for managing Telegram Stars, consisting of:


📁 Project Structure

fragment-stars/
│── backend/     # NestJS API (Server)
│── frontend/    # Vite + React UI (Client)
│── README.md    # Project Documentation

📌 Prerequisites

Ensure you have the following installed:

  • Node.js (LTS version recommended) → Download
  • npm or yarn (package managers)

🚀 Setup Instructions

1️⃣ Clone the Repository

git clone https://github.com/qrewy/fragment-stars.git
cd fragment-stars

2️⃣ Setup Backend (NestJS)

cd backend
yarn install  # Install dependencies
npm run start:dev  # Start development server

3️⃣ Setup Frontend (Vite + React)

cd frontend
npm install  # Install dependencies
npm run dev  # Start Vite development server

🚀 Deployment

For deployment, you can use:


Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.2%
  • CSS 23.6%
  • JavaScript 5.7%
  • HTML 1.5%