{"id":21031958,"url":"https://github.com/bima42/ft_transcendence","last_synced_at":"2025-08-30T02:07:52.617Z","repository":{"id":64845919,"uuid":"573009737","full_name":"Bima42/ft_transcendence","owner":"Bima42","description":"Single Page Application Website. Last project of 42 School common core.","archived":false,"fork":false,"pushed_at":"2023-11-16T20:40:01.000Z","size":5393,"stargazers_count":7,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-15T12:42:01.357Z","etag":null,"topics":["nestjs","typescript","vue3","web"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Bima42.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,"zenodo":null}},"created_at":"2022-12-01T14:04:26.000Z","updated_at":"2024-01-12T18:50:49.000Z","dependencies_parsed_at":"2024-11-19T12:44:16.718Z","dependency_job_id":"05b97c4a-8bda-4d0b-a5ca-1672082518c0","html_url":"https://github.com/Bima42/ft_transcendence","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bima42/ft_transcendence","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bima42%2Fft_transcendence","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bima42%2Fft_transcendence/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bima42%2Fft_transcendence/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bima42%2Fft_transcendence/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bima42","download_url":"https://codeload.github.com/Bima42/ft_transcendence/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bima42%2Fft_transcendence/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272793018,"owners_count":24993830,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"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":["nestjs","typescript","vue3","web"],"created_at":"2024-11-19T12:39:11.980Z","updated_at":"2025-08-30T02:07:52.608Z","avatar_url":"https://github.com/Bima42.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ft_transcendence\nSingle Page Application Website. This is the last project of 42 School common core. \nThis project is a website that includes a multiplayer pong game.\n\n## Launch the project locally\n### Clone the repository\n```bash\ngit clone git@github.com:Bima42/ft_transcendence.git\n\ncd ft_transcendence\n```\n\n### Setting up environment variables\n- Rename `.env.example` to `.env`\n- Change the values of the variables `FORTYTWO_API_UID` and `FORTYTWO_API_SECRET` in `.env` to match your environment\n- You should also configure `JWT_KEY` \n\n### Run containers\n- Use `--build` to rebuild images\n- Use `--force-recreate` to force recreate image and containers\n- Use `-d` to run containers in background\n\n```bash\ndocker compose up -d\n```\n\n### Reach the website\n- Go to `https://localhost:4443`\n\n## Documentation\n- ### [Summary](docs/Summary.md)\n- ### [Docker](docs/docker/0-what-is-docker.md)\n- ### [Docker Commands](docs/docker/3-docker-usefull-commands.md)\n- ### [Backend](docs/backend/0-what-is-nestjs.md)\n\n## Website overview\n### Login\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/images/login_page.png\"\u003e\n\u003c/p\u003e\n\n### Home\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/images/home_page.png\"\u003e\n\u003c/p\u003e\n\n### Profile\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/images/profile_page.png\"\u003e\n\u003c/p\u003e\n\n### Chat\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/images/chat_page.png\"\u003e\n\u003c/p\u003e\n\n#### Chat with a friend\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/images/chat_with_a_friend.png\"\u003e\n\u003c/p\u003e\n\n### Game\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/images/game_page.png\"\u003e\n\u003c/p\u003e\n\n#### In game\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/images/in_game_page.png\"\u003e\n\u003c/p\u003e\n\n### Leaderboard\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/images/leaderboard_page.png\"\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbima42%2Fft_transcendence","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbima42%2Fft_transcendence","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbima42%2Fft_transcendence/lists"}