Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielmedrados/nlw---heat---2021
preparação para o DoWhile 2021. Site com interação de Chat ao vivo, projeto com backend, versao Mobile e web 💬 💥💥💥
https://github.com/gabrielmedrados/nlw---heat---2021
chat cors dowhile2021 expo javascript mobile-app nodejs prisma react react-native typescript vite
Last synced: about 3 hours ago
JSON representation
preparação para o DoWhile 2021. Site com interação de Chat ao vivo, projeto com backend, versao Mobile e web 💬 💥💥💥
- Host: GitHub
- URL: https://github.com/gabrielmedrados/nlw---heat---2021
- Owner: GabrielMedradoS
- License: mit
- Created: 2021-10-20T02:09:43.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T18:22:04.000Z (over 2 years ago)
- Last Synced: 2023-11-17T19:49:21.195Z (12 months ago)
- Topics: chat, cors, dowhile2021, expo, javascript, mobile-app, nodejs, prisma, react, react-native, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
## NLW---Heat---2021
Projeto |
Tecnologias |
Layout |
Licença### Layout 🚧
#### Desktop Screenshot
#### Mobile Screenshot
## Projeto 💻
preparação para o DoWhile 2021
Projeto contendo a versao Web utilizando o Vite e uma versao Mobile ultilizando o React-nativea app consiste em fazer uma autenticaçao com o seu usuario do github, enviar mensagens
e ve-lâs sendo exibida em RealTime## Rodar o projeto 🚴🏻♂️
#### On your machine:
##### BackendDependencies
```json
"dependencies": {
"@prisma/client": "^3.3.0",
"axios": "^0.23.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"socket.io": "^4.3.1"
},
```##### Fronted
Dependencies
```json
"dependencies": {
"axios": "^0.23.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-icons": "^4.3.1",
"sass": "^1.43.2",
"socket.io-client": "^4.3.2"
},
```##### Mobile
Dependencies
```json
"dependencies": {
"@expo-google-fonts/roboto": "^0.2.0",
"@react-native-async-storage/async-storage": "~1.15.0",
"axios": "^0.24.0",
"expo": "~43.0.0",
"expo-app-loading": "~1.2.1",
"expo-auth-session": "~3.4.2",
"expo-font": "~10.0.3",
"expo-linear-gradient": "~10.0.3",
"expo-random": "~12.0.1",
"expo-status-bar": "~1.1.0",
"moti": "^0.16.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.2",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-reanimated": "~2.2.0",
"react-native-svg": "12.1.1",
"react-native-web": "0.17.1",
"socket.io-client": "^4.3.2"
},
``````bash
# Clone the repository
$ git clone https://github.com/GabrielMedradoS/NLW---Heat---2021.git# Access the project folder at the command prompt
$ cd NLW---Heat---2021# Install the dependencies
$ npm install# Run the script "start"
$ npm run dev# The project will start at the door: 3000 - access http://localhost:3000
```## Tecnologias 🛠
## Licença ⚖️
This project is under the MIT license. See the archive [LICENSE](https://github.com/GabrielMedradoS/NLW---Heat---2021/blob/master/License) for more details.## Autor ✍🏾
|
| :-------------------------: |
| Gabriel Medrado | |[![Linkedin Badge](https://img.shields.io/badge/-GabrielMedrado-blue?style=flat-square&logo=Linkedin&logoColor=white)](https://www.linkedin.com/in/gabriel-medrado-de-souza-9a30b3206/)
[![Gmail Badge](https://img.shields.io/badge/[email protected]?style=flat-square&logo=Gmail&logoColor=white)](mailto:[email protected])