source(file.path(usethis::proj_get(), "vignettes", "_common.R"))
microservices::use_plumber_microservice(path = ".") remotes::install_deps() devtools::document()
Spin-up the microservice by running
source("./inst/entrypoints/plumber-background.R")
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} <!--
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.