Skip to content

RahimGuerfi/book-store-nestjs-api

Repository files navigation

Nest Logo

Description

A small RESTful API that enables users to fetch, create and delete books in a bookstore.

Since we won’t be connecting to the database for now, we will use sample mock data for the bookstore.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

License

Nest is MIT licensed.

About

NestJS RESTful APIs Book store

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published