About | Technologies | Tools | Installation | License
Proffy is a platform to approach students and teachers. The teacher interested in give lessons make a subscription informing his area of knowledge, availability and contact number. Then the student is able to find a teacher searching in the platform. This project was implemented during the Next Level Week #2 of Rocketseat.
The following software must be installed:
$ git clone https://github.com/maiquelp/proffy.git- 📦 API
$ cd server
# Dependencies install.
$ yarn # or npm install
# Data base creation.
$ yarn knex:migrate # or npm run knex:migrate
# API start
$ yarn start # or npm start- 💻 Web app
$ cd web
# Dependencies install.
$ yarn # or npm install
# Running web app
$ yarn start # or npm start- 📱 Mobile app
$ cd mobile
# Dependencies install.
$ yarn # or npm install
# Running mobile app
$ yarn start # or npm startThis project is under the MIT license.
