{"id":16967897,"url":"https://github.com/skyf0l/myteams","last_synced_at":"2025-03-21T18:18:39.373Z","repository":{"id":134742783,"uuid":"376787324","full_name":"skyf0l/MyTeams","owner":"skyf0l","description":"A collaborative communication application like the well known Microsoft Teams","archived":false,"fork":false,"pushed_at":"2021-06-14T10:46:38.000Z","size":155,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T13:11:57.386Z","etag":null,"topics":["client-server","epitech-project","network","network-programming","socket","udp-protocol","udp-socket"],"latest_commit_sha":null,"homepage":"","language":"C","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/skyf0l.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":"2021-06-14T10:39:12.000Z","updated_at":"2022-04-28T12:16:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"ad558ebd-52cc-4b10-82c1-f937ef8fc078","html_url":"https://github.com/skyf0l/MyTeams","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyf0l%2FMyTeams","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyf0l%2FMyTeams/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyf0l%2FMyTeams/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyf0l%2FMyTeams/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skyf0l","download_url":"https://codeload.github.com/skyf0l/MyTeams/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244844531,"owners_count":20519790,"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":["client-server","epitech-project","network","network-programming","socket","udp-protocol","udp-socket"],"created_at":"2024-10-14T00:10:08.915Z","updated_at":"2025-03-21T18:18:39.344Z","avatar_url":"https://github.com/skyf0l.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyTeams\n\n#### A collaborative communication application like the well known Microsoft Teams\n\n#### 100% success in Epitech's automated tests\n\n# Features\n\nA collaborative communication application is a service able to manage severall communication teams, where discussion are organised like following:\n - threads (initial post and additional comments) in a specific channel\n - discussion (personnal messages)\n\nHere are the features implemented :\n - Creating/Joining/Leaving a team\n - Creating a user\n - Creating a channel in a team\n - Creating a thread in a channel\n - Creating a comment in a thread\n - Saving \u0026 restoring users, teams, channels, threads \u0026 associated comments\n - Personnal discussion (from a user to an other)\n - Saving \u0026 restoring personnal discussion\n\n# Build\n\nBuild all\n\n```bash\n$ make all\n```\n\nOr only build server / client\n\n```bash\n$ make server\n$ make cli\n```\n\n# Run\n\nServer:\n\n```\n$ ./run.sh ./myteams_server 2222\n```\n\nClient:\n\n```\n$ ./run.sh ./myteams_cli localhost 2222\n```\n\n# JSON database format:\n\n```json\n{\n    \"users\": {\n        uuid: {\n            \"timestamp\": time,\n            \"name\": name,\n            \"teams_sub\": [team_uuid]\n        }\n    },\n    \"private_messages\": [\n        {\n            \"users\": [uuid1, uuid2],\n            \"messages\": {\n                uuid: {\n                    \"timestamp\": time,\n                    \"from\": uuid_user,\n                    \"message\": message\n                }\n            }\n        }\n    ],\n    \"teams\": {\n        uuid: {\n            \"timestamp\": time,\n            \"name\": name,\n            \"description\": desc,\n            \"creator\": uuid_user,\n            \"users_sub\": [],\n            \"channels\": {\n                uuid: {\n                    \"timestamp\": time,\n                    \"name\": name,\n                    \"description\": desc,\n                    \"creator\": uuid_user,\n                    \"threads\": {\n                        uuid: {\n                            \"timestamp\": time,\n                            \"name\": name,\n                            \"description\": desc,\n                            \"creator\": uuid_user,\n                            \"messages\": {\n                                uuid: {\n                                    \"timestamp\": time,\n                                    \"message\":message,\n                                    \"from\":uuid_user\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyf0l%2Fmyteams","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskyf0l%2Fmyteams","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyf0l%2Fmyteams/lists"}