- Server
- Knex
- SQLite3
- express
- Web
- React
- resposividade =
mobile-firste
- Mobile
- React-Native
git clone https://github.com/Ryannnkl/Proffy.git
cd Proffy/web
yarn install
## npm install caso não use yarn
yarn start
## npm run start caso não use yarn
cd Proffy/mobile
yarn install
## npm install
expo start
cd Proffy/server
yarn install
## npm install
yarn knex:migrate
## npm run knex:migrate
yarn start
## npm run start