Swensens Clone

This web application is created with T3 Stack which includes

  • Next.js
  • NextAuth.js as an authenticator and sesssion provider
  • Prisma as a ORM (Object Relational Mapping) [In this case I use PostgreSQL under the hood]
  • Tailwind CSS as a utility-first way to write CSS
  • tRPC as a Typesafe API Provider