{"id":34611317,"url":"https://github.com/rjkerrison/webdev-2507","last_synced_at":"2025-12-24T14:14:53.162Z","repository":{"id":49439237,"uuid":"517576343","full_name":"rjkerrison/webdev-2507","owner":"rjkerrison","description":"Class repository for Ironhack Paris WebDev-2507","archived":false,"fork":false,"pushed_at":"2022-09-23T10:48:41.000Z","size":6803,"stargazers_count":2,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-28T18:06:47.380Z","etag":null,"topics":["course","ironhack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/rjkerrison.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}},"created_at":"2022-07-25T08:15:12.000Z","updated_at":"2022-08-24T20:41:24.000Z","dependencies_parsed_at":"2023-01-18T20:31:36.718Z","dependency_job_id":null,"html_url":"https://github.com/rjkerrison/webdev-2507","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rjkerrison/webdev-2507","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjkerrison%2Fwebdev-2507","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjkerrison%2Fwebdev-2507/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjkerrison%2Fwebdev-2507/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjkerrison%2Fwebdev-2507/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rjkerrison","download_url":"https://codeload.github.com/rjkerrison/webdev-2507/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjkerrison%2Fwebdev-2507/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28003726,"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-12-24T02:00:07.193Z","response_time":83,"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":["course","ironhack"],"created_at":"2025-12-24T14:14:38.265Z","updated_at":"2025-12-24T14:14:53.150Z","avatar_url":"https://github.com/rjkerrison.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\nlayout: default\npermalink: /:path/\ntitle: Welcome\npermalink: '/'\nnav_order: -1\n---\n\n# Welcome to WebDev 2507 Paris\n\nHello WebDev Paris 2507!\n\nKicking off on 25th July 2022, we'll have 9 weeks to become full-stack web developers.\n\n## Notes\n\nFind the notes you need by week:\n\n- [Week 1: Fundamentals](./w1)\n- [Week 2: Building Applications](./w2)\n- [Week 3: Project 1: Building a Game](./w3)\n- [Week 4: Serving Data](./w4)\n- [Week 5: Advanced Backend](./w5)\n- [Week 6: Project 2: Building a REST API](./w6)\n- [Week 7: React Basics](./w7)\n- [Week 8: Integrating](./w8)\n- [Week 9: Project 3: Full-Stack Application](./w9)\n\nTo view the repository as notes, go to [rjkerrison.co.uk/webdev-2507](https://rjkerrison.co.uk/webdev-2507/).\n\n## Contents\n\n- [Welcome to WebDev 2507 Paris](#welcome-to-webdev-2507-paris)\n  - [Notes](#notes)\n  - [Contents](#contents)\n  - [Who's the team?](#whos-the-team)\n  - [Using this repository](#using-this-repository)\n    - [Staying up-to-date](#staying-up-to-date)\n    - [In case of issues pulling latest changes](#in-case-of-issues-pulling-latest-changes)\n  - [Script helpers](#script-helpers)\n    - [Generating groups](#generating-groups)\n    - [Checking morning sunshines](#checking-morning-sunshines)\n    - [Cloning lab repos](#cloning-lab-repos)\n    - [Viewing github profiles and projects](#viewing-github-profiles-and-projects)\n\n## Who's the team?\n\nYour instructional team includes:\n\n- Robin James Kerrison\n- Florian Aube\n- Haroun Boudour\n\n## Using this repository\n\nThis is a github repository full of notes, examples, and tools for Ironhack WebDev 2507.\n\nTo view the repository on github, go to [github.com/rjkerrison/webdev-2507](https://github.com/rjkerrison/webdev-2507).\n\nThe repository is updated at least daily.\nWe'll have the latest examples from class,\nas well as a description of the day's main topics,\nand links to useful external resources.\n\n### Staying up-to-date\n\nYou can get the latest changes of this repository by running\n\n```sh\ngit pull\n```\n\nYou can open this repository in Visual Studio Code by running\n\n```sh\ncode .\n```\n\nfrom the command-line.\n\n### In case of issues pulling latest changes\n\nIn case you need to clear any local changes you have made,\nyou can run `git stash`, then perform the `git pull`,\nand finally restore your changes with `git stash pop`:\n\n```sh\ngit stash\ngit pull\ngit stash pop\n```\n\n## Script helpers\n\nThis repo comes with a script helper: `students.sh`. Run it and see. This is mainly intended for teaching team use.\n\n### Generating groups\n\nRun `./students.sh groups 3` to generate groups of three.\n\n### Checking morning sunshines\n\nRun `./students.sh sunshine` to find out who is doing morning sunshine next!\n\n### Cloning lab repos\n\nIf you want a list of commands that can clone all the lab forks for every student, run `./students.sh lab \u003clab-repo-name\u003e`. E.g. `./students.sh lab lab-css-instagram-clone`.\n\nYou can copy the printed commands and run them wherever you store cloned labs.\n\n### Viewing github profiles and projects\n\nTry running these to open up students' github profiles and repositories in your browser.\n\n```sh\n./students.sh github benjamin\n```\n\n```sh\n./students.sh project meryem\n```\n\nView all the project URLs with\n\n```sh\n./students.sh list table\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjkerrison%2Fwebdev-2507","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frjkerrison%2Fwebdev-2507","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjkerrison%2Fwebdev-2507/lists"}