Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 234 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 234 Bytes

CRUD test in REST e GraphQL with TypeORM

Instructions

Install project dependencies

yarn

Perform the migration

yarn migrate:run

Run the application

yarn dev

Run automated tests

yarn test