Giter VIP home page Giter VIP logo

nlw_01_backend's Introduction

npm install ts-node -D

Executa arquivos .ts
Exemplo -> npx ts-node src\server.ts

npm i typescript -D

Instala o typeScript

npx tsc --init

Cria o arquivo tsconfig.json

npm i ts-node-dev -D

Equivalente ao nodemon

npx knex migrate:latest --knexfile knexfile.ts migrate:latest

Roda as migrations utilizando o knexfile indicado

Seeds -> Dados pré cadastrados dentro do banco de dados

Serialização de dados -> Transforma os dados pra um novo formato

Transaction -> Faz com que duas chamadas de querie criem dependencia uma da outra, caso uma falhe, ela não executa a proxima

Patterns de Controller -> Index, Show, Create, Update, Delete

Query Params -> Filtro, paginação... Request Body -> Preencher dados de criacao e edicao Request Params -> Algo na rota, obrigatorio

Cors -> Define quais endereços externos vao ter acesso a aplicacao(urls web)

nlw_01_backend's People

Contributors

nicholaswm avatar

Watchers

Nicholas W. Mazzei avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.