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.
OBS.: The project already comes with some sample data in the database.sqlite and in the uploads folder, fell free to delete this content.
- Server dependencies
cd server
yarn install
- On .env file, put your server domain (or your private ip, for local development).
yarn knex:migrate
- Web dependencies
cd ../web
yarn install
- Mobile dependencies
cd ../mobile
yarn install
Server, Web and Mobile:
yarn start
Give a ⭐️ if you liked this project!
Made with ❤️ by Fábio Papais