Working with ORM

1. Connect to MySQL Classicmodels database using Primsa

https://www.prisma.io/docs/getting-started/setup-prisma/add-to-existing-project/relational-databases-typescript-mysql

(note: select MySQL instead of PostgreSQL from the dropdown, for instructions for MySQL)

2. Combine with Express, writing a Get Rest API with the input parameter being the customer number. The API returns JSON data including customer information and customer orders/

(Reference: https://github.com/prisma/prisma-examples/tree/latest/typescript/rest-express)

You can submit your computer screens for this assignment.