Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 798 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 798 Bytes

Skeleton project for Swagger

install Typescript

yarn add typescript
tsc --init

Create TSLint config

./node_modules/.bin/tslint --init

Swagger API

yarn edit
yarn swagger-test

Authorization Bearer

Running and reverting migrations

ts-node ./node_modules/typeorm/cli.js migration:run
ts-node ./node_modules/typeorm/cli.js migration:revert

Authentication