/Proffy

:books: Plataforma de estudos online, para alunos e professores

Primary LanguageTypeScript

💜 Proffy, Projeto da NLW2

O que é? ❓

Proffy é uma plataforma de estudos online para, onde consegue conectar alunos e professores online

Ferramentas 🔨

  • Server
    • Knex
    • SQLite3
    • express
  • Web
    • React
    • resposividade = mobile-firste
  • Mobile
    • React-Native

Como rodar o projeto?

git clone https://github.com/Ryannnkl/Proffy.git

WEB 💻

cd Proffy/web

yarn install
## npm install caso não use yarn

yarn start
## npm run start caso não use yarn

MOBILE 📲

cd Proffy/mobile

yarn install
## npm install

expo start

SERVER

cd Proffy/server

yarn install
## npm install

yarn knex:migrate
## npm run knex:migrate

yarn start
## npm run start

🚧 projeto ainda em construção

Projeto feito na semana Next-Level-Week 🚀