An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Omnistack 8.0


🚀 TinDev


login
Mobile

Projeto fullStack auxĂ­liado pela rocketseat.

Mobile

## 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
```