Demonstrate Bruno capabilities with a simple server:
- requests
- Bru markup language
- secret management
- env vars
- vars
- scripting
- testings
- bru cli
- 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
- API Collections with Bruno for movies and auth contexts (bruno collection folders)
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
- Author - Alan Duchêne #aland404