{"id":21254137,"url":"https://github.com/luc-ribeiro/nlw-03-happy-fullstack","last_synced_at":"2026-04-17T17:31:05.675Z","repository":{"id":187565635,"uuid":"366728332","full_name":"luc-ribeiro/nlw-03-happy-fullstack","owner":"luc-ribeiro","description":"Happy is an application that connects people to institutional care homes to make many children's days happier. Built with ReactJS, Node.js and React Native.","archived":false,"fork":false,"pushed_at":"2024-05-28T22:28:56.000Z","size":952,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T05:44:07.254Z","etag":null,"topics":["nodejs","react","react-native","typescript"],"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/luc-ribeiro.png","metadata":{"files":{"readme":"README-PTBR.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-05-12T13:38:36.000Z","updated_at":"2024-05-28T22:28:59.000Z","dependencies_parsed_at":"2024-05-29T13:19:02.439Z","dependency_job_id":"88b8dfcd-c589-46de-9123-a18653b4f1e6","html_url":"https://github.com/luc-ribeiro/nlw-03-happy-fullstack","commit_stats":null,"previous_names":["luc-ribeiro/nlw-03-happy","luc-ribeiro/nlw-03-happy-fullstack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luc-ribeiro/nlw-03-happy-fullstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luc-ribeiro%2Fnlw-03-happy-fullstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luc-ribeiro%2Fnlw-03-happy-fullstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luc-ribeiro%2Fnlw-03-happy-fullstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luc-ribeiro%2Fnlw-03-happy-fullstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luc-ribeiro","download_url":"https://codeload.github.com/luc-ribeiro/nlw-03-happy-fullstack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luc-ribeiro%2Fnlw-03-happy-fullstack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31938585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["nodejs","react","react-native","typescript"],"created_at":"2024-11-21T03:54:22.574Z","updated_at":"2026-04-17T17:31:05.657Z","avatar_url":"https://github.com/luc-ribeiro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\nNext Level Week #03 - Happy\n\u003cbr\u003e\n\u003cbr\u003e\n\n  ![Happy](https://github.com/luc-ribeiro/nlw-03-happy/blob/master/design/logo.svg?raw=true)\n\u003c/h1\u003e\n\n\u003cdiv align=\"right\"\u003e\n  Click \u003ca href=\"https://github.com/luc-ribeiro/nlw-03-happy-fullstack/blob/master/README.md\"\u003ehere\u003c/a\u003e to view the english version.\n\u003c/div\u003e\n\u003cbr\u003e\n\n## 💻 Projeto\nO Happy é uma aplicação que conecta pessoas à casas de acolhimento institucional para fazer o dia de muitas crianças mais feliz\n\n## 🚀 Tecnologias\n\n- **NodeJS**\n- **React** \n- **React Native**\n- **Expo**\n- **TypeScript**\n\n![banner](https://github.com/luc-ribeiro/nlw-03-happy/blob/master/design/mockup.png)\n\n## :page_facing_up: Como utilizar\n\nFaça um clone deste repositório:\n\n```sh\n  $ git clone https://github.com/luc-ribeiro/nlw-03-happy-fullstack.git\n```\n\n#### Back-End\n\nInstale as dependências:\n\n```sh\n  # com npm\n  $ npm install\n\n  # com yarn\n  $ yarn install\n```\n\nInicie o projeto, entre na pasta **server** e execute o comando:\n\n```sh\n  # com npm\n  $ npm start\n\n  # com yarn\n  $ yarn start\n```\n\nAcesse o projeto em `localhost:3333`\n\n#### Front-End\n\nInstale as dependências:\n\n```sh\n  # com npm\n  $ npm install\n\n  # com yarn\n  $ yarn install\n```\n\nInicie o projeto, entre na pasta **web** e execute o comando:\n\n```sh\n  # com npm\n  $ npm start\n\n  # com yarn\n  $ yarn start\n```\n\nAcesse o projeto em `localhost:3000`\n\n#### Mobile\n\nInstale as dependências:\n\n```sh\n  # com npm\n  $ npm install\n\n  # com yarn\n  $ yarn install\n```\n\nInicie o projeto, entre na pasta **mobile** e execute o comando:\n\n```sh\n  # com npm\n  $ npm start\n\n  # com yarn\n  $ yarn start\n```\n\n**É necessário ter o aplicativo Expo instalado em seu dispositivo Android ou IOS**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluc-ribeiro%2Fnlw-03-happy-fullstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluc-ribeiro%2Fnlw-03-happy-fullstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluc-ribeiro%2Fnlw-03-happy-fullstack/lists"}