Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 231 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 231 Bytes

openapi-typescript-server

Server (express-typescript) with API validation - using open API spec

install depecdencies

yarn

build

yarn build

run

yarn start

development

yarn dev

run tests

yarn test