source(file.path(usethis::proj_get(), "vignettes",  "_common.R"))
  1. Deploy the Microservice infrastructure
microservices::use_plumber_microservice(path = ".")
remotes::install_deps()
devtools::document()
  1. Spin-up the microservice by running source("./inst/entrypoints/plumber-background.R")

  2. Run the microservice unit-test by pressing Ctrl+Shift+T on Windows

Congratulations! You have added a microservice to your application and tested that it works.

```{=html} <!--

Further Reading



harell/microservices documentation built on March 2, 2021, 3:15 a.m.