{"id":25971052,"url":"https://github.com/intendednull/timesync","last_synced_at":"2025-07-12T19:32:41.911Z","repository":{"id":280072051,"uuid":"940877488","full_name":"intendednull/timesync","owner":"intendednull","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-01T03:07:09.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T04:18:52.127Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/intendednull.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-01T01:01:12.000Z","updated_at":"2025-03-01T03:07:13.000Z","dependencies_parsed_at":"2025-03-01T04:29:00.359Z","dependency_job_id":null,"html_url":"https://github.com/intendednull/timesync","commit_stats":null,"previous_names":["intendednull/timesync"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intendednull%2Ftimesync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intendednull%2Ftimesync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intendednull%2Ftimesync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intendednull%2Ftimesync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intendednull","download_url":"https://codeload.github.com/intendednull/timesync/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241938609,"owners_count":20045525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-04T23:30:19.460Z","updated_at":"2025-03-04T23:30:20.254Z","avatar_url":"https://github.com/intendednull.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TimeSync\n\nA lightweight, privacy-focused scheduling coordination service built with Rust.\n\n## Overview\n\nTimeSync helps groups coordinate meeting times without requiring user accounts or collecting unnecessary personal data. Users can create schedules, share them with a unique ID, and visualize where everyone's availability overlaps.\n\n## Features\n\n- **Anonymous Scheduling**: No user accounts required\n- **Password Protection**: Optional password protection for schedules\n- **Time Slot Management**: Easy-to-use interface for indicating availability\n- **Optimal Meeting Time**: Automatic suggestion of optimal meeting times\n- **Discord Integration**: Optional Discord bot for community coordination\n\n## Project Structure\n\nThe project is organized as a Rust workspace with multiple crates:\n\n- `api`: Axum web server providing RESTful API endpoints\n- `core`: Shared domain models and business logic\n- `db`: Database interactions with PostgreSQL using SQLx\n- `discord-bot`: Discord integration\n\n## Getting Started\n\n### Prerequisites\n\n- Rust 1.70+\n- PostgreSQL 14+\n- Docker (optional, for containerized development)\n\n### Installation\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/yourusername/timesync.git\n   cd timesync\n   ```\n\n2. Set up the database:\n   ```\n   cp .env.example .env\n   # Edit .env with your database credentials\n   ```\n\n3. Build the project:\n   ```\n   cargo build\n   ```\n\n4. Run the application:\n   ```\n   cargo run\n   ```\n\n### Development\n\n- Build: `cargo build`\n- Run: `cargo run`\n- Test: `cargo test`\n- Lint: `cargo clippy`\n- Format: `cargo fmt`\n\n### Docker Setup\n\nFor Docker-based development and deployment:\n\n```bash\n# Start all services using Docker\ndocker-compose up -d\n```\n\nSee [Docker Setup](docs/DOCKER.md) for detailed instructions.\n\n## API Documentation\n\nThe TimeSync API provides endpoints for:\n\n- Schedule creation and management\n- Availability registration\n- Optimal meeting time calculation\n- Discord integration\n\nFor detailed API documentation, see [API.md](docs/API.md) or run the server and visit `/docs` for the OpenAPI specification.\n\n## Architecture\n\nTimeSync follows a clean architecture approach:\n\n- **Domain Layer**: Core business logic and models\n- **Application Layer**: Use cases and service coordination\n- **Interface Layer**: API endpoints and serialization\n- **Infrastructure Layer**: Database access and external services\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintendednull%2Ftimesync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintendednull%2Ftimesync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintendednull%2Ftimesync/lists"}