Initial commit: STL Storage Application

- Complete web-based STL file storage and 3D viewer
- Express.js backend with SQLite database
- Interactive Three.js 3D viewer with orbit controls
- File upload with drag-and-drop support
- Security features: rate limiting, input validation, helmet
- Container deployment with Docker/Podman
- Production-ready configuration management
- Comprehensive logging and monitoring

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-08-07 16:18:58 +00:00
co-authored by Claude
commit 3dff6b00d4
27 changed files with 7523 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
node_modules/
uploads/
*.db
*.db-journal
.env
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*