Skip to content

Repository files navigation

Book Store

High Level Architicture

alt text

Installation

  git clone https://github.com/mohanadft/book-store.git # Clone the Repo
  cd book-store                                         # Go inside the package
  npm install                                           # Install Dependencies

How to run tests

After the Installation process above, run the following command to see if test cases are passed:

  npm run test

Usage

Ensure that port 3000 is not used by other programs and run the following command:

  npm run start:dev

Now, You can visit localhost:3000

Endpoints

GET /book/search

Query Parameters:

  • id (optional) Must be a number
  • title (optional) Must be a string
  • author (optional) Must be a string
  • category (optional) Must be a string
  • price (optional) Must be a number
  • date (optional)

Example: /book/search?price=40&date=2009-04-01 OR /book/search?category=Java&date=2009

Deployed Version

You can visit and test the project online through this link 🎉

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages