- Added TypeScript configuration files for app and node environments.
- Created Vite configuration for React and Tailwind CSS integration.
- Set up Go module with necessary dependencies for JWT and SQLite.
- Implemented authentication logic with JWT token generation and validation.
- Developed database handling for projects and settings with SQLite migrations.
- Created RESTful API endpoints for project management and settings retrieval.
- Added middleware for authentication and error handling.
- Implemented image upload functionality with unique filename generation.
- Established logging and CORS middleware for improved server management.
- Created models for projects and settings to structure data effectively.