DEV Community

Cover image for Typescript 🟦 CRUD API: Next.js, Tailwind, tRPC, Prisma Postgres, Docker

Typescript 🟦 CRUD API: Next.js, Tailwind, tRPC, Prisma Postgres, Docker

Francesco Ciulla on July 04, 2023

By the end of this article, you will understand how to build a FULL CRUD API app, including a simple frontend to use it, using the following techn...
Collapse
 
stunaz profile image
stunaz •

nice!
I did the same but:

  • swapped Prisma for Drizzle
  • swapped Postgresql for supabase
  • swapped next-auth for supabase
Collapse
 
francescoxx profile image
Francesco Ciulla •

nice!

Collapse
 
tonven profile image
tonven •

Do you have your code available? :)

Collapse
 
sonyarianto profile image
Sony AK •

nice nice, thanks for this nice sample, Francesco the CRUD man haha :)

Collapse
 
francescoxx profile image
Francesco Ciulla •

lol I do many more things, but creating CRUD using diffeerent technologies is def something I like to do, even before writing these articles and making these videos

Collapse
 
sonyarianto profile image
Sony AK •

hahahha no worries, just kidding bro, keep up the good content

Collapse
 
nevodavid profile image
Nevo David •

Awesome!
I have learned something new 🚀

Collapse
 
francescoxx profile image
Francesco Ciulla •

you are welcome Nevo

Collapse
 
charleewa profile image
Charlie ✨ •

Awesome! Are there any plans to offer a nuxt version :)

Collapse
 
francescoxx profile image
Francesco Ciulla •

yes in the future

Collapse
 
charleewa profile image
Charlie ✨ •

Thanks!