Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 1.52 KB

README.md

File metadata and controls

62 lines (44 loc) · 1.52 KB

Movie library

Description

Demonstrate Bruno capabilities with a simple server:

  1. A simple server using Nest framework TypeScript for serving and manipulating movies.
  • Three contexts:
    • Movies CRUD
    • Auth (signIn and getProfile from token): jwt authentication with @nestjs/jwt
  1. API Collections with Bruno for movies and auth contexts (bruno collection folders)

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Stay in touch

License

MIT licensed.