Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 813 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 813 Bytes

Todo

  • Books will be pulled from Google API
  • Scoring 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 session
  • Hcaptcha will be added
  • Unit tests will be written

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov