{"id":23865156,"url":"https://github.com/mariosantosdev/2nlw-rocketseat","last_synced_at":"2026-06-12T21:06:04.976Z","repository":{"id":139957562,"uuid":"285781866","full_name":"mariosantosdev/2nlw-rocketseat","owner":"mariosantosdev","description":"Aplicação web criada na Next Level Week 2 da Rocketseat","archived":false,"fork":false,"pushed_at":"2020-08-18T03:55:36.000Z","size":999,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T13:40:01.252Z","etag":null,"topics":[],"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/mariosantosdev.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}},"created_at":"2020-08-07T08:44:57.000Z","updated_at":"2020-08-18T03:55:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"09d0dd5f-a966-426e-8643-0b1524cf09a9","html_url":"https://github.com/mariosantosdev/2nlw-rocketseat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mariosantosdev/2nlw-rocketseat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariosantosdev%2F2nlw-rocketseat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariosantosdev%2F2nlw-rocketseat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariosantosdev%2F2nlw-rocketseat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariosantosdev%2F2nlw-rocketseat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mariosantosdev","download_url":"https://codeload.github.com/mariosantosdev/2nlw-rocketseat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariosantosdev%2F2nlw-rocketseat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34262201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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":[],"created_at":"2025-01-03T08:47:45.751Z","updated_at":"2026-06-12T21:06:04.960Z","avatar_url":"https://github.com/mariosantosdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next Level Week 2 - Rocketseat\nThis application was created at [Next Level Week](https://nextlevelweek.com/)  of [Rocketseat](https://rocketseat.com.br)\n\n## Lessons\n  - Lesson 01 - Acelerando sua evolução\n    * In this lesson, the landing page and page of list of teachers was created moreover we created two global components (Header and TeacherItem)\n\n  - Lesson 02 - Olhando as oportunidades\n    * In this lesson, the application API was created using express and knex/sqlite to the database\n\n  - Lesson 03 - A escolha da stack\n    * In this lesson, was created the connection of back-end with the front-end, we saw useState and useEffect of React\n\n  - Lesson 04 - Até 2 anos em 2 meses\n    * In this lesson, we started the mobile application using the react native and react-navigation to navigation between screens\n\n  - Lesson 05 - A milha extra\n    * In this lesson, we finish the mobile application, and was created the connection of back-end with front-end using axios\n\n## Usage application\n#### Instalation\n   1. Open terminal\n   2. Paste this code: `git clone https://github.com/nvrsantos/2nlw-rocketseat.git`\n   3. Enter in folder of project with:`cd 2nlw-rocketseat`\n   4. Install the dependecies with: `yarn install` or `npm install`\n  \n#### Start Server (After of clone the project...)\n   1. Enter in server folder:`cd server`\n   2. Create the database with: `yarn knex:migrate` or `npm knex:migrate`\n   3. Start server with:`yarn start` or `npm start`\n   \n#### Start Web (After of clone the project and server running)\n   1. Enter in web folder:`cd web`\n   2. Start project with:`yarn start` or `npm start`\n      \n#### Start Mobile (After of clone the project and server running)\n   1. Enter in mobile folder:`cd mobile`\n   2. Change the url of api:`cd ./src/services`\n   3. Change the `baseUrl` of file api.ts to the url of backend in your pc\n   4. Back to folder root: `cd ../..`\n   5. Start project with:`yarn start` or `npm start`\n   \n## Challenge\nThese challenges are to improve the application...\n[Guide of challenges](https://www.notion.so/Vers-o-2-0-Proffy-eefca1b981694cd0a895613bc6235970)\n#### Backend\n  - [x] Signup and Signin\n  - [x] Edit profile\n  - [x] Favorites teachers\n  - [x] Show user by id\n  - [x] Create class only is completed the profile\n  - [x] Create class\n  - [x] List all classes\n  - [x] List classes with filters\n  - [x] List classes per id\n  - [x] List favorites teachers\n  - [ ] Forgout password - TEMP. DEPRECATED\n  - [ ] System pagination - TEMP. DEPRECATED\n  \n #### Frontend Web\n  - [x] Signup\n  - [x] Signin\n  - [x] Update Home\n  - [ ] Forgout - TEMP. DEPRECATED\n  - [ ] Teacher Profile - TEMP. DEPRECATED\n  - [ ] Edit Profile - TEMP. DEPRECATED\n  - [ ] List Classes - TEMP. DEPRECATED\n  - [ ] Class Page - TEMP. DEPRECATED\n  \n#### Finish\n  - [ ] Deploy - TEMP. DEPRECATED\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariosantosdev%2F2nlw-rocketseat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmariosantosdev%2F2nlw-rocketseat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariosantosdev%2F2nlw-rocketseat/lists"}