db_kyc_project/README.md

70 lines
2.4 KiB
Markdown
Raw Permalink Normal View History

2024-09-20 10:55:12 +03:00
# 🌟 Project Name: **KYC-Clicker** 🌟
## 📖 **Overview**
Our project is a **KYC-Clicker**, where users can interact with a bot to perform a series of actions, such as clicking, upgrading, and earning rewards over time. The goal is to create an engaging, addictive clicker experience right inside Telegram, allowing players to compete, progress, and unlock achievements without leaving the chat platform.
### **Features**:
- **Simple Gameplay**: Players click a button to generate points, which they can use to buy upgrades.
- **Progression System**: Accumulate points and unlock upgrades to boost your clicks per second.
- **Leaderboards**: Compete with other users in real-time for the highest score.
- **Achievements**: Unlock special rewards as you reach milestones.
- **Seamless Telegram Integration**: The game operates entirely within a Telegram chat, allowing players to play from anywhere.
This clicker bot combines fun and strategy, making it a unique experience for Telegram users.
## 🛠 **Technology Stack**
Our project leverages a modern technology stack to ensure scalability, performance, and seamless user interactions:
2024-12-17 12:15:51 +03:00
- **Frontend**: [React, Typescript]
2024-09-20 10:55:12 +03:00
- **Backend**: [Django, Flask, etc.]
2024-12-17 12:15:51 +03:00
- **Database**: [PostgreSQL]
2024-09-20 10:55:12 +03:00
- **Authentication**: [JWT, OAuth, etc.]
2024-12-17 12:15:51 +03:00
- **Deployment**: [Docker]
2024-09-20 10:55:12 +03:00
We have structured our architecture for flexibility and ease of integration with future features.
## 👥 **Participants**
The project is a collaboration of skilled and passionate individuals:
2024-12-17 12:15:51 +03:00
2. **Michael Kostochka**: [Role: Backend Developer, Database Architect]
3. **Sitnikov Arseniy**: [Role: Frontend Developer, Database Architect]
4. **Vakulenkov Danila**: [Role: Backend Engineer, Database Architect]
2024-09-20 10:55:12 +03:00
## 🎨 **Visuals**
![Clicker Game Mockup1](./mockups/Hamster.png)
![Clicker Game Mockup2](./mockups/Notcoin.png)
## 🚀 **Getting Started**
Follow these steps to set up and run the project locally:
### **1. Clone the Repository**
```bash
git clone https://github.com/Danya-Djan/db_kyc_project.git
cd db_kyc_project
```
2024-12-17 12:15:51 +03:00
### **2. Environment Setup**
2024-09-20 10:55:12 +03:00
2024-12-17 12:15:51 +03:00
Create a `.env` file in the root of the project and add the needed variables
2024-09-20 10:55:12 +03:00
2024-12-17 12:15:51 +03:00
### **3. Run the Project**
2024-09-20 10:55:12 +03:00
To start both frontend and backend servers in development mode:
For **Frontend and Backend**:
```bash
2024-12-17 12:15:51 +03:00
docker-compose up --build
2024-09-20 10:55:12 +03:00
```
## 📜 **License**
2024-12-17 12:15:51 +03:00
This project is licensed under the [MIPT License](https://github.com/MIPT-ILab/MDSP/blob/master/LICENSE).
2024-09-20 10:55:12 +03:00
---