https://github.com/kastorcode/gostack-live-06-geolocation-maps
Live #6 of the Rocketseat GoStack Bootcamp: Geolocation and Maps with NodeJS and React Native.
https://github.com/kastorcode/gostack-live-06-geolocation-maps
backend bootcamp brazil express fullstack geolocation goiania goias gostack javascript jsx live maps matheus mobile nodejs oliveira ramalho react-native rocketseat
Last synced: 2 months ago
JSON representation
Live #6 of the Rocketseat GoStack Bootcamp: Geolocation and Maps with NodeJS and React Native.
- Host: GitHub
- URL: https://github.com/kastorcode/gostack-live-06-geolocation-maps
- Owner: kastorcode
- Created: 2021-09-11T13:00:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-11T13:00:48.000Z (over 4 years ago)
- Last Synced: 2025-03-21T05:27:39.682Z (about 1 year ago)
- Topics: backend, bootcamp, brazil, express, fullstack, geolocation, goiania, goias, gostack, javascript, jsx, live, maps, matheus, mobile, nodejs, oliveira, ramalho, react-native, rocketseat
- Language: JavaScript
- Homepage: https://rocketseat.com.br
- Size: 270 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GoStack Bootcamp Live 6
> 🚀 Practical project of the [Rocketseat](https://rocketseat.com.br) GoStack Bootcamp.
👷 Developed by Matheus Ramalho de Oliveira.
🔨 Systems Analyst, Full-Stack Developer.
🏡 Goiânia, Goiás, Brasil.
✉️ kastorcode@gmail.com
👍 [instagram.com/kastorcode](https://www.instagram.com/kastorcode)
---
Live 6, NodeJS & React Native: Geolocation and Maps
---
### Backend installation and execution
1. Make a clone of this repository;
2. Enter the folder running `cd gostack-live-06-geolocation-maps/backend`;
3. Run `yarn` to install dependencies;
4. Create a database in `postgres` with the name of `live-maps`;
5. Rename the `.env.example` file to `.env`;
6. Put your credentials within `.env`;
7. Run `yarn sequelize db:migrate` to execute the migrations;
8. Run `yarn dev` to start the development server.
### Mobile installation and execution
1. Open the terminal in the `gostack-live-06-geolocation-maps/mobile` folder;
2. Run `yarn` to install dependencies;
3. Run `yarn start` to start the development server;
4. Run `yarn android` or `yarn ios` depending on the operating system.
---
### 🗓 ️Roadmap
- 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