gfLobo / REST-API-Node.js-and-TypeORM

REST API Node.js and TypeORM. Table: Users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API com Node, TS e Typeorm

Como inicializar a aplicação


npm install

npm run dev

Como instanciar o banco de dados para


npm typeorm migration:run

Comandos uteis para criar o projeto do zero

  • npm init --y
  • npm i typescript ts-node-dev -D
  • npx tsc --init
  • npm i express sqlite3 typeorm uuid reflect-metada
  • npm i @types/express @types/uuid -D
  • npm i jest @types/jest ts-jest -D
  • npm jest --init

About

REST API Node.js and TypeORM. Table: Users

License:MIT License


Languages

Language:TypeScript 100.0%