About | Project Structure | Technologies | How to run | License
The Proffy is a Web and Mobile application designed to help connect students and teachers. Soon, this application offers teachers the possibility to register classes, being able to add information like the discipline, the cost and time and students the possibility to search for registered classes.
This project was designed with the 6 de August, in Brazil where is the National Day of Education Professionals.
This application was made during the Next Level Week #2, project made by Rocketseat.
Structure Mobile
Structure Web
- Clone the repository:
$ git clone https://github.com/civilenginner/Proffy.git- Running the Application:
# API
$ cd server
# Installing the project dependencies.
$ yarn or npm install
# Setting up the database and creating the tables.
$ yarn knex:migrate # ou npm run knex:migrate
# Start the API
$ yarn start or npm start
# Web application
$ cd web
# Installing the project dependencies.
$ yarn or npm install
# Launch the web application
$ yarn start or npm start
# Mobile application
$ cd mobile
# Installing the project dependencies.
$ yarn or npm install
# Launch the mobile application
$ yarn start or npm startThis project is under the MIT license. See the archive LICENSE for more details.
Project developed with the tutorship of Diego Fernandes, by Rocketseat.


