swapi-bff
Installation
Create an .env file in the root of project like .env-example.
And install the dependencies.
$ yarn
Running the app
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
Test
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
Access
Local access:
localhost:3000
Production access: