Creating a new projectIn this guide we will learn how to manually create and run a new Keystone project.Read Creating a new project
Adding listsWe've already created one list during the previous tutorial. Now it's the time to dive deeper. Let's make our Todo list a bit more complex.Read Adding lists
Seeding dataThis guide will show you how to create a User list and add initial data to it using the createItems function. This process is also called seeding.Read Seeding data
Creating relationshipsThis chapter assumes that that the reader has the code that was created in the previous tutorials:Read Creating relationships
Custom fieldsIn this tutorial we will be creating a simple custom Field Type for star ratings ⭐️ ⭐️ ⭐️ ⭐️ ⭐️!Read Custom fields