-
Notifications
You must be signed in to change notification settings - Fork 1
Backend
Yuxiang Huang edited this page Jan 13, 2026
·
3 revisions
-
api-endpoint/swaggershould serve the interactive Swagger UI -
api-endpoint/openapishould serve the OpenAPI JSON specificication
Examples coming soon..
Prisma is also a good choice. In fact, [CMU Maps] (https://github.com/ScottyLabs/cmumaps/tree/main/apps/server/prisma) still uses it. However, we prefer Drizzle because it is simple and very similar to SQL (which is good for you). By the way, if you use Prisma, remember to copy over their binary engine in your Dockerfile...