Files
CollabTable/CollabTableServer/.dockerignore
T
Gabriel20xx 9aa7ed8878 feat: Implement list management routes with CRUD operations
feat: Add sync routes for data synchronization between client and server

feat: Create web routes for serving UI and data visualization

chore: Configure TypeScript for the server project

docs: Update README with project overview, features, and setup instructions

docs: Add server setup implementation details for first-run configuration

docs: Summarize updates and changes in the project, including new features and enhancements
2025-10-24 20:27:18 +02:00

10 lines
94 B
Plaintext

node_modules
dist
*.log
.env
.git
.gitignore
README.md
docker-compose.yml
Dockerfile