Back to Prisma1

04 Explore Features F001

docs/1.18/get-started/04-explore-features-f001.mdx

1.34.122.6 KB
Original Source

import { Row, LinkBox } from 'components/Markdown/LinkBox' import RowLink from 'components/blocks/WhiteBox/RowLink'

export const meta = { title: 'Explore Features', description: 'Congratulations for finishing the quickstart tutorial and building your first GraphQL server with Prisma! Here is where you can go next.', position: 4, wide: true }

<Row> <LinkBox title="Understand Prisma" description="Learn Prisma’s most important concepts and how everything fits together."> <RowLink text="Prisma Intro: What, Why & How" href="/understand-prisma/prisma-introduction-what-why-how-j9ff/" /> <RowLink text="Basics: Datamodel, Prisma Client & Server" href="/understand-prisma/prisma-basics-datamodel-client-and-server-fgz4/" /> <RowLink text="Prisma under the Hood" href="/understand-prisma/how-prisma-works-under-the-hood-j8ff/" /> </LinkBox>

<LinkBox title="Develop Prisma service" description="Prisma services map your database to GraphQL. Learn how to build them."> <RowLink text="prisma.yml" href="/prisma-cli-and-configuration/prisma-yml-5cy7/" /> <RowLink text="Data Model" href="/data-model-and-migrations/data-model-knul/" /> <RowLink text="Using the Prisma CLI" href="/prisma-cli-and-configuration/using-the-prisma-cli-alx4/" /> <RowLink text="CLI Command Reference" href="/prisma-cli-and-configuration/cli-command-reference-xcv9/" /> </LinkBox> </Row>

<Row> <LinkBox title="Use Prisma API" description="Learn everything you need to know for consuming your services’ Prisma APIs."> <RowLink text="Using the Prisma API" href="/prisma-graphql-api/usage/using-the-prisma-api-nms2/" /> <RowLink text="Prisma Client" href="/use-prisma-api/prisma-client/" /> <RowLink text="Authentication" href="/prisma-graphql-api/reference/authentication-ghd4/" /> <RowLink text="API Concepts" href="/prisma-graphql-api/reference/concepts-vw4d/" /> </LinkBox>

<LinkBox title="Run Prisma server" description="Learn how to run and maintain your Prisma servers so you can host services."> <RowLink text="Local Prisma Setup" href="/run-prisma-server/local-prisma-setup-je3i/" /> <RowLink text="Authentication & Security" href="/run-prisma-server/authentication-and-security-kke4/" /> <RowLink text="Demo Servers (Prisma Cloud)" href="/run-prisma-server/demo-servers-prisma-cloud-jfr3/" /> <RowLink text="Database Connector" href="/run-prisma-server/database-connector-MYSQL-jgfs/" /> </LinkBox> </Row>