Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 348 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 348 Bytes

Deck API

Installation

$ yarn install

Running the app

# run db in docker
$ yarn run start:db
# run backend application
$ yarn run start
# go to https://localhost:3000/docs to see docs and try requests

Testing the app

# setup testing db
$ yarn run test:migrate
# run e2e tests
$ yarn run test:e2e