MyTop100Movies - API, is an application which lets users set their top 100 movies. Movies could come from an API like The Movie Database. It allows a user to add a movie, list and rank their movie selections.
$ 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 - Alex Axel Mucyo