This project is a microservices-based game community platform.
Currently, it includes the following services:
- Auth Service: Handles user authentication and authorization, Manages user data and profiles. (Built with MongoDB)
In the future, additional services will be added, such as:
- Point Shop Service: Buy and manage in-game points.
- Group Service: Create and manage groups/teams.
- Chat Service: Real-time communication between users.
- Connection Service: Manage friendships and connections between players.
- Architecture: Microservices
- Database: MongoDB (currently used in User Service)
🚀 This is the initial stage of the platform. More services and features will be added step by step.