Tecnologias   |   Projeto   |   Como contribuir   |   Licença
Esse projeto foi desenvolvido com as seguintes tecnologias:
Proffy Ă© um projeto que busca conectar professores e alunos
# Clone this repository
$ git clone https://github.com/LockDzn/proffy
# Go into the repository
$ cd proffy/server
# Install dependencies
$ yarn install
# Run Migrates
$ yarn knex:migrate
# Start server
$ yarn start
# running on port 3333
# Clone this repository
$ git clone https://github.com/LockDzn/proffy
# Go into the repository
$ cd proffy/web
# Install dependencies
$ yarn install
# Run
$ yarn start
# running on port 3000
# Clone this repository
$ git clone https://github.com/LockDzn/proffy
# Go into the repository
$ cd proffy/mobile
# Install dependencies
$ yarn install
# Run
$ yarn start
# Expo will open, just scan the qrcode on terminal or expo page
# If some problem with fonts, execute:
$ expo install expo-font @expo-google-fonts/archivo @expo-google-fonts/poppins
- Make a fork;
- Create a branck with your feature:
git checkout -b my-feature
; - Commit changes:
git commit -m 'feat: My new feature'
; - Make a push to your branch:
git push origin my-feature
.
Depois que o merge da sua pull request for feito, vocĂŞ pode deletar a sua branch.
Esse projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.
Feito com ♥ by Ryan Souza (LockDzn) & Rocketseat 👋 Entre na nossa comunidade!