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



