Commit Graph

2 Commits

Author SHA1 Message Date
ats-tech25
b9fb4d4178 chore(config): Update environment and configuration files
- Update SMTP configuration to use Hostinger email settings
- Add Jitsi configuration for custom meet domain
- Enhance Makefile with comprehensive Docker and development commands
- Update email template support email address
- Improve environment example file with more detailed configuration
Standardizes configuration across development and production environments, enhancing deployment flexibility and maintainability.
2025-11-07 20:30:06 +00:00
ats-tech25
488be7b8ef feat(project): Initialize project structure and core components
- Add initial project scaffolding with Go module and project structure
- Create server and CLI entry points for application
- Implement Makefile with development and build commands
- Add `.env.example` with comprehensive configuration template
- Set up README.md with project documentation and setup instructions
- Configure basic dependencies for server, database, and CLI tools
- Establish internal package structure for models, services, and handlers
- Add initial configuration and environment management
- Prepare for HTTP server, CLI, and database integration
2025-11-05 15:06:07 +00:00