🚀 Practical project of the Rocketseat GoStack Bootcamp.
👷 Developed by Matheus Ramalho de Oliveira.
🔨 Systems Analyst, Full-Stack Developer.
🏡 Goiânia, Goiás, Brasil.
✉️ [email protected]
👍 instagram.com/kastorcode
Final Challenge: FastFeet
- Make a clone of this repository;
- Enter the folder running
cd gostack-fast-feet/backend
; - Run
yarn
to install dependencies; - Make sure you have two Docker containers running: PostgreSQL and Redis;
- Create a database in
postgres
with the name offast-feet
; - Rename the
.env.example
file to.env
; - Put your credentials within
.env
; - Run
yarn sequelize db:migrate
to execute the migrations; - Run
yarn sequelize db:seed
to feed the database with the default userDistribuidora FastFeet
; - Run
yarn dev
to start the development server; - Run
yarn queue
in another terminal to start the processing queue in the background; - Import the
backend/insomnia/index.json
file in Insomnia to make calls to api.
Name: Distribuidora FastFeet
;
Email: [email protected]
;
Password: 123456
.
[ ] Web frontend > bootcamp-gostack-desafio-09
[ ] Mobile app > bootcamp-gostack-desafio-10
- Introduction to Node.js
- Creating Node.js project
- Continuing Node.js project
- CSS Flexbox
- UI Design
- Introduction to React
- First project with ReactJS
- First project with React Native
- Front-end documentation
- Flux architecture
- Using React Hooks
- Server-side rendering(SSR) with ReactJS
- GraphQL
- Expo
- Creating ReactJS project
- Creating React Native project
- Animations with React Native
- Full-stack app development
- Node.js tests
- Node.js deploy
- ReactJS tests
- React Native tests
- ReactJS deploy
- React Native publication
- WebSocket with Express
- Advanced patterns at Node.js
- OmniStack SaaS(software as a service) and AdonisJS
- Final challenge
- Monorepo