rubys
rubys
PPrisma
Created by rubys on 12/28/2024 in #help-and-questions
Prisma examples - I ran through the ORM Fullstack examples and have some feedback:
overall: * no need to run npm install as that is done already ✓ Should we automatically install packages for you? Yes * the default directory name starts with orm_ --- nextjs-api-routes: - prerenders the drafts page so new drafts won't show up on that page until the server is restarted/redeployed nextjs-graphql: - signup button does not respond nextjs-trpc: - works as expected nuxt: - works as expected; nice touch validating email address sveltekit: - works as expected remix: - iniital page doesn't show blog entries - Creating draft has a title of "<h1>Signup user</h1>" - Draft entry shows up correctly, but "Blog" tab is highlighted nuxt-prisma-module: - instructions say "git clone" but npx try-prisma@latest --template orm/nuxt-prisma-module works just fine - no seed data is present - initial page shows only "No user has been added yet."
6 replies