Internal Tools Tutorial
💡
If this is your first time deploying with Keel you might want to follow the basic tutorial before continuing.
In this tutorial we will create a simple interface to manage stock inventory. We will create 3 basic models in a Keel schema. Specifically, we'll create Product
, StockItem
and StockLocation
models. These will let a user:
- list products
- create a stock location & create a product with stock items
- view a product
- find stock items
- remove a stock item
- list out-of-stock products
- create a stock item
You will learn how to create internal tools from actions and access them in the Keel Console (opens in a new tab).