Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 537 Bytes

File metadata and controls

30 lines (20 loc) · 537 Bytes

Bookstore API

A Bookstore API made with Nest that serves a book list within cover images.

Available commands

# 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:cov

Be sure to open a PostgresSQL Server before intializing the backend to successfully generate the database seeds.