Skip to content
/ proffy Public

Project developed during Next Level Week #2 by @Rocketseat. 🚀

Notifications You must be signed in to change notification settings

LockDzn/proffy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextLevelWeek

🚀 Next Level Week #2

Tecnologias   |    Projeto   |    Como contribuir   |    Licença


cape

start home details


🚀 Tecnologias

Esse projeto foi desenvolvido com as seguintes tecnologias:

đź’» Projeto

Proffy Ă© um projeto que busca conectar professores e alunos

Instalar API

# 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

Instalar Front-end

# 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

Instalar mobile

# 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

🤔 Como contribuir

  • 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.

📝 Licença

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!

About

Project developed during Next Level Week #2 by @Rocketseat. 🚀

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages