Skip to content

aland404/movies-with-bruno

Repository files navigation

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.

About

Demonstrate Bruno capabilities with a movie server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published