Skip to content

Huespal/bookstore-api

Repository files navigation

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.

About

An API providing books information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published