Giter Site home page Giter Site logo

elyarsadig / bookland-go-search-filter-service Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 26 KB

Go Search Service: A lightweight and efficient Go-based search service for finding books based on various criteria such as book name, author, category, and more.

Go 97.77% Dockerfile 2.23%

bookland-go-search-filter-service's Introduction

Go Search Service

This is a Go-based search service for finding books based on various criteria such as book name, author, category, etc.

Routes

  • GET /api/search/books?bookName={bookName}: Searches for books by name.
  • GET /api/search/books?author={author}: Searches for books by author.
  • GET /api/search/books?category={category}: Searches for books by category.
  • GET /api/search/books/best-sellers: Retrieves best-selling books.
  • GET /api/search/books/language-original: Retrieves books in the original language.
  • GET /api/search/books/popular: Retrieves popular books.
  • GET /api/search/books/economical: Retrieves economical books.
  • GET /api/search/books/free: Retrieves free books.
  • GET /api/search/books/recently-added: Retrieves recently added books.

Usage

  1. Clone the repository from GitHub.
  2. Make sure Docker is installed on your machine.
  3. Create a Docker network: docker network create my_network
  4. Navigate to the project directory.
  5. Use Docker Compose to start the service: docker-compose up -d

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

bookland-go-search-filter-service's People

Contributors

elyarsadig avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.