Go to file
kris 3dff6b00d4 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>
2025-08-07 16:18:58 +00:00
config Initial commit: STL Storage Application 2025-08-07 16:18:58 +00:00
public Initial commit: STL Storage Application 2025-08-07 16:18:58 +00:00
.dockerignore Initial commit: STL Storage Application 2025-08-07 16:18:58 +00:00
.env.example Initial commit: STL Storage Application 2025-08-07 16:18:58 +00:00
.gitignore Initial commit: STL Storage Application 2025-08-07 16:18:58 +00:00
database.js Initial commit: STL Storage Application 2025-08-07 16:18:58 +00:00
docker-compose.yml Initial commit: STL Storage Application 2025-08-07 16:18:58 +00:00
Dockerfile Initial commit: STL Storage Application 2025-08-07 16:18:58 +00:00
init-db.js Initial commit: STL Storage Application 2025-08-07 16:18:58 +00:00
package-lock.json Initial commit: STL Storage Application 2025-08-07 16:18:58 +00:00
package.json Initial commit: STL Storage Application 2025-08-07 16:18:58 +00:00
README-Docker.md Initial commit: STL Storage Application 2025-08-07 16:18:58 +00:00
sample-cube.stl Initial commit: STL Storage Application 2025-08-07 16:18:58 +00:00
schema.sql Initial commit: STL Storage Application 2025-08-07 16:18:58 +00:00
SECURITY.md Initial commit: STL Storage Application 2025-08-07 16:18:58 +00:00
server.js Initial commit: STL Storage Application 2025-08-07 16:18:58 +00:00
server.log Initial commit: STL Storage Application 2025-08-07 16:18:58 +00:00
start.sh Initial commit: STL Storage Application 2025-08-07 16:18:58 +00:00