Skip to content

nbthales/delivery_backoffice_dw10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

delivery_backoffice_dw10

project_preview

Aulas

  1. https://www.youtube.com/watch?v=pVgYy1zRfVc
  2. https://www.youtube.com/watch?v=S-8Tm3xeuok
  3. https://www.youtube.com/watch?v=AxsuEY9A30I
  4. https://www.youtube.com/watch?v=CzAOG7TXGkY
  5. https://www.youtube.com/watch?v=tojIfTHD3-w
  6. https://www.youtube.com/watch?v=aEjYLY2X_NQ

Pré requisitos

  1. instalar json_rest_server: dart pub global activate json_rest_server
  2. adicionar caminho no Path: C:\Users\thalesterra\AppData\Local\Pub\Cache\bin

Comandos úteis

Criar projeto: flutter create --project-name delivery_backoffice_dw10 --org br.com.academiadoflutter --platforms web ./delivery_backoffice_dw10

Baixar projeto backend: git clone https://github.com/rodrigorahman/dw10_delivery_api.git

Executar backend: json_rest_server run

Verificar backend: http://localhost:8080/products

Rodar mobx: dart run build_runner watch -d