Skip to content

gabriel1997castro/proffy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Português

Proffy

Node.js | ReactJS | React Native

About |  Requirements   |    Run   |    Images   |   

Proffy

⚡ About

Proffy is a platform developed during the Next Level Week #02, an event promoted by RocketSeat and it had as tutor Diego Fernandes. Some new features have been added.

The purpose of the plataform is to help connect students and teachers. On Proffy a teacher can register by entering their data, the subjects to teach and their schedule available to give the classes. After the process of registering, the contact data of the teacher can appear inside the search page when someone search there.

⚙️ Requirements

Optional tools

The following tools are not required, but they can be helpful on tests for example.

  • Insomnia - to do requests to the api
  • NVM - manage Node.js versions.
  • YARN - alternative to NPM

🚀 Run

  1. Clone repository
git clone https://github.com/gabriel1997castro/proffy
  1. Install the dependencies of the application

  # Proffy API
  $ cd server
  # Install the dependencies
  $ yarn # ou npm install
  # Configure database and create table.
  $ yarn knex:migrate # or npm run knex:migrate
  # Back to the principal folder
  # cd ..
  
  # Proffy web
  $ cd web
  # Install the dependencies
  $ yarn # ou npm install
  # Back to the principal folder
  $ cd ..

  # Mobile app
  $ cd mobile
  # Install the dependencies
  $ yarn # ou npm install
  1. Run Open 3 terminal windows and type the following commands inside the server, mobile and web folders:

     yarn start # ou npm start

📷 Images

Web

  • Initial page Proffy initial page

  • Page to search teachers Search

  • Page to register Registering page

Mobile

Tela inicial Tela de pesquisa Professores disponíveis Professores favoritos

About

Platform to help connect students and teachers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages