|
|
il y a 2 mois | |
|---|---|---|
| .continue | il y a 3 mois | |
| .github | il y a 3 mois | |
| backend | il y a 2 mois | |
| docs | il y a 2 mois | |
| legacy | il y a 2 mois | |
| public | il y a 2 mois | |
| scripts | il y a 2 mois | |
| src | il y a 2 mois | |
| temp | il y a 2 mois | |
| tools | il y a 3 mois | |
| .cursorrules | il y a 3 mois | |
| .env.production | il y a 2 mois | |
| .gemini_rules.md | il y a 3 mois | |
| .gitignore | il y a 2 mois | |
| PRODUCTION_SETUP.md | il y a 2 mois | |
| README.md | il y a 2 mois | |
| backend.Dockerfile | il y a 3 mois | |
| build_frontend.sh | il y a 3 mois | |
| deploy.cmd | il y a 3 mois | |
| deploy_listener.py | il y a 3 mois | |
| docker-compose.yml | il y a 3 mois | |
| index.html | il y a 2 mois | |
| nginx.conf | il y a 3 mois | |
| package-lock.json | il y a 2 mois | |
| package.json | il y a 2 mois | |
| postcss.config.js | il y a 3 mois | |
| radionica-backend.service | il y a 3 mois | |
| radionica-deploy.service | il y a 3 mois | |
| server_update.sh | il y a 3 mois | |
| setup_server.sh | il y a 3 mois | |
| tailwind.config.ts | il y a 3 mois | |
| test_auth.py | il y a 3 mois | |
| tsconfig.json | il y a 3 mois | |
| tsconfig.node.json | il y a 3 mois | |
| vite.config.ts | il y a 2 mois |
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.