{"id":20579802,"url":"https://github.com/paulocf92/rs-bootcamp-v11","last_synced_at":"2025-04-14T19:22:47.109Z","repository":{"id":41663813,"uuid":"254241150","full_name":"paulocf92/rs-bootcamp-v11","owner":"paulocf92","description":"Code for RocketSeat Bootcamp v11.","archived":false,"fork":false,"pushed_at":"2023-01-06T03:53:24.000Z","size":9707,"stargazers_count":5,"open_issues_count":28,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T07:51:09.380Z","etag":null,"topics":["node","react","react-native","rocketseat","rocketseat-bootcamp","typescript"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/paulocf92.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}},"created_at":"2020-04-09T01:29:16.000Z","updated_at":"2023-01-29T11:24:23.000Z","dependencies_parsed_at":"2023-02-05T06:31:22.156Z","dependency_job_id":null,"html_url":"https://github.com/paulocf92/rs-bootcamp-v11","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/paulocf92%2Frs-bootcamp-v11","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulocf92%2Frs-bootcamp-v11/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulocf92%2Frs-bootcamp-v11/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulocf92%2Frs-bootcamp-v11/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulocf92","download_url":"https://codeload.github.com/paulocf92/rs-bootcamp-v11/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248943415,"owners_count":21186958,"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":["node","react","react-native","rocketseat","rocketseat-bootcamp","typescript"],"created_at":"2024-11-16T06:18:39.418Z","updated_at":"2025-04-14T19:22:47.069Z","avatar_url":"https://github.com/paulocf92.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003cimg alt=\"Bootcamp GoStack\" title=\"Bootcamp GoStack\" src=\"./.github/banner.png\" /\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"GitHub language count\" src=\"https://img.shields.io/github/languages/count/paulocf92/rs-bootcamp-v11?color=%2304D361\"\u003e\n\n  \u003cimg alt=\"Repository size\" src=\"https://img.shields.io/github/repo-size/paulocf92/rs-bootcamp-v11\"\u003e\n\n  \u003ca href=\"https://www.twitter.com/paulocf92/\"\u003e\n    \u003cimg alt=\"Siga no Twitter\" src=\"https://img.shields.io/twitter/url?url=https%3A%2F%2Fgithub.com%2Fpaulocf92%2Frs-bootcamp-v11\"\u003e\n  \u003c/a\u003e\n\t\n  \n  \u003ca href=\"https://github.com/paulocf92/rs-bootcamp-v11/commits/master\"\u003e\n    \u003cimg alt=\"GitHub last commit\" src=\"https://img.shields.io/github/last-commit/paulocf92/rs-bootcamp-v11\"\u003e\n  \u003c/a\u003e\n\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-brightgreen\"\u003e\n   \u003ca href=\"https://github.com/paulocf92/rs-bootcamp-v11/stargazers\"\u003e\n    \u003cimg alt=\"Stargazers\" src=\"https://img.shields.io/github/stars/paulocf92/rs-bootcamp-v11?style=social\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# 🚀 Sobre o projeto\n\nEsse repósitorio abrange todo o código produzido durante o bootcamp GoStack da Rocketseat. Este bootcamp é focado no aprendizado do desenvolvimento de um projeto de barbearia nas três frentes: backend, frontend e mobile. Durante a jornada aprendemos sobre Node, React e React Native, bem como diversas ferramentas que apoiam o desenvolvimento e vários padrões de desenvolvimento que auxiliem na manutenibilidade e consistência do app multi-plataforma.\n\n# 📑 Conteúdo\n\n## Level #1: Fundamentos da Stack\n\n- [Conceitos de NodeJS](level1/backend)\n- [Conceitos de ReactJS](level1/frontend)\n- [Conceitos de React Native](level1/mobile)\n- [Typescript](level1/typescript)\n\n## Level #2: NodeJS\n\n- [Fundamentos no backend](level2/backend-fundamentals)\n- [Backend GoBarber](level2/backend-gobarber)\n\n## Level #3: Reactjs \u0026 React Native\n\n- [Fundamentos no frontend](level3/frontend-fundamentals)\n- [Frontend GoBarber](level3/frontend-gobarber)\n- [Mobile GoBarber](level3/mobile-gobarber)\n\n## Level #4: Arquitetura e testes com NodeJS\n\n- [Arquitetura/testes no backend](level4/backend-tests)\n- [Continuação do backend do GoBarber](level4/backend-gobarber-continuation)\n- [Finalização do backend do GoBarber](level4/backend-gobarber-finalize)\n\n## Level #5: Reactjs \u0026 React Native: Finalização\n\n- [Finalização do frontend do GoBarber](level5/frontend-gobarber-finalize)\n- [Finalização do mobile do GoBarber](level5/mobile-gobarber-finalize)\n- [Testes no React](level5/react-tests)\n\n## 📝 Licença\n\nEste projeto esta sob a licença MIT.\n\nFeito com ❤️ por [Paulo Filho](https://www.linkedin.com/in/paulocf92/)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulocf92%2Frs-bootcamp-v11","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulocf92%2Frs-bootcamp-v11","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulocf92%2Frs-bootcamp-v11/lists"}