Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Latest commit

 

History

History
82 lines (61 loc) · 1.89 KB

README.md

File metadata and controls

82 lines (61 loc) · 1.89 KB

Tindev
Tindev - Cópia do Tinder voltado a desenvolvedores.

Uma cópia do tinder, voltado a desenvolvedores que curtem stacks parecidas se encontrarem.

GitHub top language GitHub language count Repository size GitHub last commit GitHub

Roadmap   |    Como Usar   |    Licença

🚀 Roadmap

  • ✓︎ Desenvolver api back-end
  • ✓︎ Desenvolcer front-end
  • ✓︎ Desenvolver versão mobile

ℹ️ Como Usar

Clone o repositório GoBarber:

# Clone this repository
$ git clone https://github.com/p2sousa/tindev

Run Backend Api

# Go into the repository
$ cd backend

# Install dependencies
$ npm install

# Run api
$ npm run start

Run Frontend

# Go into the repository
$ cd frontend

# Install dependencies
$ npm install

# Run api
$ npm run start

Run Mobile

# Go into the repository
$ cd mobile

# Install dependencies
$ npm install

# Run api
$ npm run start

📝 Licença

Esse projeto está sob a licença MIT. Veja o LICENSE para mais informações.