Books will be pulled from Google APIScoring will be taken when books are delivered- Kubernetes will be installed
Books will be pulled from ram- The tags of the book will be given in each book creation. (Python)
Cookie will be used for sessionHcaptcha will be added- Unit tests will be written
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov