/proffy

Proffy is an application where you can find teachers from many different areas and see their price/hour.

Primary LanguageTypeScript

proffy Logo

Proffy is an application where you can find teachers from many different areas and see their price/hour to start a "connection" (conversation). The backend (server) and the frontend (web, mobile) were made using Typescript; you can see all the technologies and dependecies of the project in the package.json of each section. This project was done during Next Level Week # 2 omnistack track, promoted by Rocketseat, taught by @diego3g.

Github language counter Repo size

Demo

Web
Web Demo

Mobile
Mobile Demo
Runs with expo

Install

OBS.: The project already comes with some sample data in the database.sqlite and in the uploads folder, fell free to delete this content.

  1. Server dependencies
    1. cd server
    2. yarn install
    3. On .env file, put your server domain (or your private ip, for local development).
    4. yarn knex:migrate
  2. Web dependencies
    1. cd ../web
    2. yarn install
  3. Mobile dependencies
    1. cd ../mobile
    2. yarn install

Local Development Usage

Server, Web and Mobile: yarn start

Show your support

Give a ⭐️ if you liked this project!


Made with ❤️ by Fábio Papais