Principais objetivos do projeto:
WEB
- Cadastrar dev em uma certa localização[usando a localização fornecida pelo browser]
- Buscar infos pela api do github a partir do usuario do github( busca Nome, Avatar e Bio do usuario).
MOBILE
- Buscar devs em uma distancia de 10km de sua localização atual filtrando por tecnologia.
- Abre o perfil do dev no github
This project was developed at the RocketSeat GoStack Bootcamp with the following technologies:
To clone and run this application, you'll need Git, [Node.js v10.16][nodejs] or higher + [Yarn v1.13][yarn] or higher installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/dandpb/semanaomnistack10
# Go into the repository
$ cd semanaomnistack10
#start backed
$ cd BACKEND
# Install dependencies
$ yarn install
# Run the app
$ yarn dev
#start web
$ cd web
# Install dependencies
$ yarn install
# Run the app
$ yarn start
#start mobile
$ cd mobile
# Install dependencies
$ yarn install
# Run the app
$ yarn start
Esse projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.
Made with ♥ by Daniel Barreto 👋 Get in touch!