---
lang: en
title: 'HOWTOs'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/How-tos.html
---

We provide the following "how to" guides:

- [Exposing GraphQL APIs](exposing-graphql-apis.md): a tutorial showing how to
  expose GraphQL APIs in an existing LoopBack application.

- [Deploying to IBM Cloud](Deploying-to-IBM-Cloud.md): a basic guide for
  deploying LoopBack 4 applications to IBM Cloud using Cloudfoundry.

- [Deploying to Kubernetes on IBM Cloud](Deploying_to_ibm_cloud_kubernetes.md):
  a basic guide for deploying LoopBack 4 applications to IBM Cloud using
  Kubernetes.

- [Serving static files](Serving-static-files.md): a guide for setting up static
  assets (e.g. HTML5 front-end).

- [Database migrations](Database-migrations.md): a tutorial showing how to
  automatically update the database schema to match the models defined by the
  application.
