https://github.com/jdaniielc/omnistack-tindev
Projeto Omnistack utilizando React e React Native simulando um tipo de Tinder de desenvolvedores em uma plataforma WEB e Mobile auxiliado pela Rocketseat.
https://github.com/jdaniielc/omnistack-tindev
Last synced: 3 months ago
JSON representation
Projeto Omnistack utilizando React e React Native simulando um tipo de Tinder de desenvolvedores em uma plataforma WEB e Mobile auxiliado pela Rocketseat.
- Host: GitHub
- URL: https://github.com/jdaniielc/omnistack-tindev
- Owner: JDaniielC
- Created: 2021-07-11T01:39:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-22T18:53:38.000Z (about 2 years ago)
- Last Synced: 2025-01-05T06:27:03.641Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Omnistack 8.0
đ TinDev
![]()
![]()
Projeto fullStack auxĂliado pela rocketseat.
## Tecnologias
- Node.JS
- React
- React Native## Configurado em:
- Cors
- Express
- Mongoose
- Axios## Instalação de depedĂȘncias
Configure o MongoDB e atualize a string de conexĂŁo com seu `User:Senha` no arquivo `index.js`.
**Backend**
```bash
cd backend
yarn
yarn dev
```**Frontend**:
```bash
cd web
yarn
yarn start
```