Skip to content

guilherme-franca/proffy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Proffy

Projeto desenvolvido durante a Next Level Week 2.0 realizado pela Rocketseat .
Trilha Omnistack 🚀
100% Online.

Web

Contém o ReactJS

Necessário para rodar o projeto: yarn install
Rodar o projeto: yarn start

Server

Contém o Node

Necessário para rodar o projeto:

`

  • yarn install
  • yarn knex:migrate //Criar as tabelas no banco

Rodar o projeto: yarn start

Mobile

Contém o React Native

Necessário para rodar o projeto: yarn install
Rodar o projeto: yarn start

Tecnologias

Para gerenciar os projetos estamos usando o yarn

  • ReactJs
  • Node
  • React Native + Expo
  • Typescript
  • SQLite 3
  • knex
  • Axios

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.