- ✓︎ Desenvolver api back-end
- ✓︎ Desenvolcer front-end
- ✓︎ Desenvolver versão mobile
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
Esse projeto está sob a licença MIT. Veja o LICENSE para mais informações.