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.
The following tools are not required, but they can be helpful on tests for example.
- Clone repository
git clone https://github.com/gabriel1997castro/proffy- 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
- Run Open 3 terminal windows and type the following commands inside the server, mobile and web folders:
yarn start # ou npm start



