A Bookstore API made with Nest that serves a book list within cover images.
# Just once, to install package dependencies
$ 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:covBe sure to open a PostgresSQL Server before intializing the backend to successfully generate the database seeds.