Name: Robox Maker
Type: Educational Platform for 3D Robotics
Tech Stack: Python (Django, Flask, FastAPI), Docker, Microservices

Robox Maker is an interactive educational platform where students can design, build, and manage their own 3D robotic models. This project combined backend microservices with real-time 3D rendering and classroom management tools to offer a scalable, immersive learning environment.

🛠️ Core Features

🧩 Modular Microservices Architecture

Each core functionality was split into isolated services using:

 

🧠 Educational Management Suite

Robox Maker supports:

🧱 3D Robot Builder (Virtualization Layer)

Students can build robots in a simulated 3D environment directly from the platform.

⚙️ Key Engineering Challenges

🐳 Dockerizing a Complex Multi-Service App

To keep services modular and portable, I dockerized:

[Insert docker-compose YAML snippet or container architecture diagram]

📁 Custom File Management System

I designed and implemented a file system that could:

 

💡 What I Learned