|
|
há 2 meses atrás | |
|---|---|---|
| .continue | há 3 meses atrás | |
| .github | há 3 meses atrás | |
| backend | há 2 meses atrás | |
| docs | há 2 meses atrás | |
| legacy | há 2 meses atrás | |
| public | há 2 meses atrás | |
| scripts | há 2 meses atrás | |
| src | há 2 meses atrás | |
| temp | há 2 meses atrás | |
| tools | há 3 meses atrás | |
| .cursorrules | há 3 meses atrás | |
| .env.production | há 2 meses atrás | |
| .gemini_rules.md | há 3 meses atrás | |
| .gitignore | há 2 meses atrás | |
| PRODUCTION_SETUP.md | há 2 meses atrás | |
| README.md | há 2 meses atrás | |
| backend.Dockerfile | há 3 meses atrás | |
| build_frontend.sh | há 3 meses atrás | |
| deploy.cmd | há 3 meses atrás | |
| deploy_listener.py | há 3 meses atrás | |
| docker-compose.yml | há 3 meses atrás | |
| index.html | há 2 meses atrás | |
| nginx.conf | há 3 meses atrás | |
| package-lock.json | há 2 meses atrás | |
| package.json | há 2 meses atrás | |
| postcss.config.js | há 3 meses atrás | |
| radionica-backend.service | há 3 meses atrás | |
| radionica-deploy.service | há 3 meses atrás | |
| server_update.sh | há 2 meses atrás | |
| setup_server.sh | há 3 meses atrás | |
| tailwind.config.ts | há 3 meses atrás | |
| test_auth.py | há 3 meses atrás | |
| tsconfig.json | há 3 meses atrás | |
| tsconfig.node.json | há 3 meses atrás | |
| vite.config.ts | há 2 meses atrás |
Radionica3D is a full-featured web platform for a 3D printing service, designed to bridge the gap between clients and creators. It handles everything from model analysis and automated pricing to real-time communication and fiscal reporting.
"Мы печатаем — и делаем как надо." (We print — and we do it right.)
The project follows a modern decoupled architecture:
For more details, see Architecture Overview.
Clone the repository:
git clone https://git.loky.pw/git/radionica3d.git
Set up the frontend:
npm install
npm run dev
Set up the backend:
cd backend
python -m venv .venv
source .venv/bin/activate # or .venv\Scripts\activate on Windows
pip install -r requirements.txt
python main.py
Detailed documentation is available in the docs/ directory:
© 2024 Radionica3D. All rights reserved.