{"id":22248958,"url":"https://github.com/marwanradwan7/fleet","last_synced_at":"2026-04-19T19:31:49.717Z","repository":{"id":221884795,"uuid":"739305622","full_name":"MarwanRadwan7/fleet","owner":"MarwanRadwan7","description":"Fleet is a social media application.","archived":false,"fork":false,"pushed_at":"2024-05-02T15:32:12.000Z","size":1537,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T11:49:50.176Z","etag":null,"topics":["backend","backend-api","nestjs","postgresql","social-media","socket-io","typeorm","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MarwanRadwan7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-01-05T08:48:38.000Z","updated_at":"2024-05-02T15:32:16.000Z","dependencies_parsed_at":"2025-03-25T11:45:32.503Z","dependency_job_id":"4ba10e43-6f1e-4e78-84c7-72db4a7ece09","html_url":"https://github.com/MarwanRadwan7/fleet","commit_stats":null,"previous_names":["marwanradwan7/fleet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MarwanRadwan7/fleet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarwanRadwan7%2Ffleet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarwanRadwan7%2Ffleet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarwanRadwan7%2Ffleet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarwanRadwan7%2Ffleet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarwanRadwan7","download_url":"https://codeload.github.com/MarwanRadwan7/fleet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarwanRadwan7%2Ffleet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32020451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["backend","backend-api","nestjs","postgresql","social-media","socket-io","typeorm","typescript"],"created_at":"2024-12-03T06:20:47.559Z","updated_at":"2026-04-19T19:31:49.699Z","avatar_url":"https://github.com/MarwanRadwan7.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fleet\r\n\r\n[![Version][version-shield]](version-url)\r\n[![Stargazers][stars-shield]][stars-url]\r\n[![MIT License][license-shield]][license-url]\r\n\r\n\r\n  \u003cp align=\"center\"\u003eFleet is a social media application to share your thoughts, make new fiends and text with your friends\u003c/p\u003e\r\n    \u003cp align=\"center\"\u003e\r\n\r\n\u003c/p\u003e\r\n\r\n## Docs\r\n\r\n- [API Documentation](https://app.swaggerhub.com/apis/MarwanRadwan/Fleet/1.5): list of the application 's backend endpoints.\r\n- [Database Schema](/docs/fleet-db.png): Database Design of the app and it also available in `.dbml` format.\r\n- ### App is Built With:\r\n  - TypeScript\r\n  - NestJS\r\n  - PostgreSQL\r\n  - TypeORM\r\n  - Redis Caching\r\n  - SocketIO\r\n  - Cloudinary\r\n\r\n\r\n## Features\r\n\r\n- App comes with following features:\r\n  - Protected endpoints either the REST or WebSockets with JWT Tokens.\r\n  - Cached Responses for better performance.\r\n  - Exceptions and Error handling.\r\n  - RateLimiting for the endpoints.\r\n  - SQL Injection and CORS protection.\r\n- Users can do the following:\r\n  - Posting with the ability to attach media to the posts.\r\n  - Find the posts with hashtags they are interested in.\r\n  - Comment and like other user's posts.\r\n  - Follow other users amd block unwanted users.\r\n  - Create public chat groups.\r\n  - Chat in public groups or with other users privately.\r\n  - Get a feed of posts either from their following users or get the top trending posts based on the overall interactions.\r\n\r\n## Installation\r\n\r\n```bash\r\n$ npm install\r\n```\r\n\r\n## Running the app\r\n\r\nThe `.env` file should have these environment variables similar to the [example.env](./docs/example.env)\r\n\r\n```bash\r\n# development\r\n$ npm run start\r\n\r\n# watch mode\r\n$ npm run start:dev\r\n\r\n# production mode\r\n$ npm run start:prod\r\n```\r\n\r\n## License\r\n\r\nFleet is [MIT licensed](LICENSE).\r\n\r\n[version-shield]: https://img.shields.io/github/package-json/v/MarwanRadwan7/fleet?style=for-the-badge\r\n[version-url]: https://github.com/MarwanRadwan7/fleet\r\n[contributors-shield]: https://img.shields.io/github/contributors/MarwanRadwan7/fleet.svg?style=for-the-badge\r\n[contributors-url]: https://github.com/MarwanRadwan7/fleet/graphs/contributors\r\n[forks-shield]: https://img.shields.io/github/forks/MarwanRadwan7/fleet.svg?style=for-the-badge\r\n[forks-url]: https://github.com/MarwanRadwan7/fleet/forks\r\n[stars-shield]: https://img.shields.io/github/stars/MarwanRadwan7/fleet.svg?style=for-the-badge\r\n[stars-url]: https://github.com/MarwanRadwan7/fleet/stargazers\r\n[issues-shield]: https://img.shields.io/github/issues/MarwanRadwan7/fleet.svg?style=for-the-badge\r\n[issues-url]: https://github.com/MarwanRadwan7/fleet/issues\r\n[license-shield]: https://img.shields.io/github/license/MarwanRadwan7/fleet.svg?style=for-the-badge\r\n[license-url]: https://github.com/MarwanRadwan7/fleet/blob/main/LICENSE\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarwanradwan7%2Ffleet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarwanradwan7%2Ffleet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarwanradwan7%2Ffleet/lists"}