{"id":21766485,"url":"https://github.com/kastorcode/gostack-fast-feet","last_synced_at":"2026-04-10T11:02:19.443Z","repository":{"id":123500380,"uuid":"406753450","full_name":"kastorcode/gostack-fast-feet","owner":"kastorcode","description":"Final challenge of the Rocketseat GoStack Bootcamp: FastFeet, a complete system for a shipping company with backend, frontend and mobile app.","archived":false,"fork":false,"pushed_at":"2021-09-15T12:36:09.000Z","size":900,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T05:27:40.285Z","etag":null,"topics":["backend","bootcamp","challenge","css","fastfeet","frontend","fullstack","goiania","goias","gostack","html","javascript","matheus","mobile","nodejs","oliveira","ramalho","react-native","reactjs","rocketseat"],"latest_commit_sha":null,"homepage":"https://rocketseat.com.br","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/kastorcode.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":"2021-09-15T12:24:31.000Z","updated_at":"2022-08-01T17:46:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"5af330b3-c4c4-48a2-ae2b-574fa62c0cc3","html_url":"https://github.com/kastorcode/gostack-fast-feet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kastorcode/gostack-fast-feet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kastorcode%2Fgostack-fast-feet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kastorcode%2Fgostack-fast-feet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kastorcode%2Fgostack-fast-feet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kastorcode%2Fgostack-fast-feet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kastorcode","download_url":"https://codeload.github.com/kastorcode/gostack-fast-feet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kastorcode%2Fgostack-fast-feet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31639524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: 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":["backend","bootcamp","challenge","css","fastfeet","frontend","fullstack","goiania","goias","gostack","html","javascript","matheus","mobile","nodejs","oliveira","ramalho","react-native","reactjs","rocketseat"],"created_at":"2024-11-26T13:17:41.903Z","updated_at":"2026-04-10T11:02:19.427Z","avatar_url":"https://github.com/kastorcode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## GoStack Bootcamp FastFeet\n\n\u003e 🚀 Practical project of the [Rocketseat](https://rocketseat.com.br) GoStack Bootcamp.  \n👷 Developed by Matheus Ramalho de Oliveira.  \n🔨 Systems Analyst, Full-Stack Developer.  \n🏡 Goiânia, Goiás, Brasil.  \n✉️ kastorcode@gmail.com  \n👍 [instagram.com/kastorcode](https://www.instagram.com/kastorcode)\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/gostack.png\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    Final Challenge: FastFeet\n\u003c/p\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/fastfeet.png\" width=\"300\" /\u003e\n\u003c/p\u003e\n\n### Backend installation and execution\n\n1. Make a clone of this repository;\n2. Enter the folder running `cd gostack-fast-feet/backend`;\n3. Run `yarn` to install dependencies;\n4. Make sure you have two [Docker containers](https://www.docker.com/resources/what-container) running: [PostgreSQL](https://hub.docker.com/_/postgres) and [Redis](https://hub.docker.com/_/redis);\n5. Create a database in `postgres` with the name of `fast-feet`;\n6. Rename the `.env.example` file to `.env`;\n7. Put your credentials within `.env`;\n8. Run `yarn sequelize db:migrate` to execute the migrations;\n9. Run `yarn sequelize db:seed` to feed the database with the default user `Distribuidora FastFeet`;\n10. Run `yarn dev` to start the development server;\n11. Run `yarn queue` in another terminal to start the processing queue in the background;\n12. Import the `backend/insomnia/index.json` file in [Insomnia](https://insomnia.rest) to make calls to api.\n\n### Default user\n\nName: `Distribuidora FastFeet`;  \nEmail: `admin@fastfeet.com`;  \nPassword: `123456`.\n\n---\n\n### To do\n\n[ ] Web frontend \u003e [bootcamp-gostack-desafio-09](bootcamp-gostack-desafio-09)  \n[ ] Mobile app \u003e [bootcamp-gostack-desafio-10](bootcamp-gostack-desafio-10)\n\n---\n\n### 🗓 ️Roadmap\n\n- Introduction to Node.js\n- Creating Node.js project\n- Continuing Node.js project\n- CSS Flexbox\n- UI Design\n- Introduction to React\n- First project with ReactJS\n- First project with React Native\n- Front-end documentation\n- Flux architecture\n- Using React Hooks\n- Server-side rendering(SSR) with ReactJS\n- GraphQL\n- Expo\n- Creating ReactJS project\n- Creating React Native project\n- Animations with React Native\n- Full-stack app development\n- Node.js tests\n- Node.js deploy\n- ReactJS tests\n- React Native tests\n- ReactJS deploy\n- React Native publication\n- WebSocket with Express\n- Advanced patterns at Node.js\n- OmniStack SaaS(software as a service) and AdonisJS\n- Final challenge\n- Monorepo\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkastorcode%2Fgostack-fast-feet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkastorcode%2Fgostack-fast-feet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkastorcode%2Fgostack-fast-feet/lists"}