Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 870 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 870 Bytes

Guided Practice - Prismatic Books

This activity guides you through building a simple CRUD API using Prisma and Express. It requires a basic understanding of relational database schemas, how to translate them into the equivalent Prisma schemas, and how to perform CRUD operations with Prisma Client.

The solution branch contains documented solution code. The commit history of that branch follows the instructions below.

Table of Contents

  1. Initialize the Database
  2. Seed the Database
  3. Serve the Data with Express

Extensions

If you're done early, or want to see how this code might be improved, checkout possible extensions.