Skip to content

dmitrijs-pavlovs-dev/deck-api

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published