books-api

command module
v1.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2021 License: MIT Imports: 11 Imported by: 0

README

books-api

Digital Publishing Books API

Getting started

Swagger specification

Pre-requisites

Install and run a mongoDB

  • Using homebrew:
    • brew install mongodb
    • If not automatically started, use brew services start mongodb
    • Stop mongoDB by running brew services stop mongodb
Other Dependencies
  • No further dependencies other than those defined in go.mod
Running the Application and unit tests
  • Run application with make debug
  • Run unit test with make test
Configuration
Environment variable Default Description
BIND_ADDR :8080 The host and port to bind to
GRACEFUL_SHUTDOWN_TIMEOUT 5s The graceful shutdown timeout in seconds (time.Duration format)
HEALTHCHECK_INTERVAL 30s Time between self-healthchecks (time.Duration format)
HEALTHCHECK_CRITICAL_TIMEOUT 90s Time to wait until an unhealthy dependent propagates its state to make this app unhealthy (time.Duration format)
MONGODB_BIND_ADDR localhost:27017 The MongoDB bind address
MONGODB_BOOKS_COLLECTION books The MongoDB books collection
MONGODB_REVIEWS_COLLECTION reviews The MongoDB reviews collection
MONGODB_DATABASE bookStore MongoDB database
Electronic Library Design

See ARCHITECTURE Source of truth for processing of book data for search.

Contributing

See CONTRIBUTING for details.

License

Copyright © 2020 - 2021 Catalina Garcia

Released under MIT license, see LICENSE for details.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL