Skip to content

An small API developed to search product items in the mobile and telecommunication industry. Uses in memory database to load the data and then users can search for items specifying various query parameters.

Notifications You must be signed in to change notification settings

salindah/simple-seach-api

Repository files navigation

Product Search API

  • An simple API is being developed catering the given requirement to search products.
  • A H2 in memory database has been used, and provided data set is being loaded at the initialization of the application with the help of pre processed sql files.
  • All the specified query parameters are being supported.

Building Steps

  • mvn clean install
  • docker build -t adnilas/simple-search .
  • docker run -p 8080:8080 adnilas/simple-search

About

An small API developed to search product items in the mobile and telecommunication industry. Uses in memory database to load the data and then users can search for items specifying various query parameters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published