Skip to content

Bookiely is a project for GraphQL and NestJs study purpose.

Notifications You must be signed in to change notification settings

mayaracsferreira/bookiely

Repository files navigation

Bookiely

Description

Library management system created for study purposes on Nest and GraphQL

Functionalities

  • Add book in catalog (POST)
  • Borrow book (PUT)
  • Display available books (GET)
  • Return book (PUT)
  • Remove boom from catalog (DELETE)

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

## License

Nest is [MIT licensed](LICENSE).

About

Bookiely is a project for GraphQL and NestJs study purpose.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published