Build A Fullstack App with Remix, Prisma & MongoDB
A multi-part walkthrough of building a fullstack application with Remix, Prisma, and MongoDB.
Build A Fullstack App with Remix, Prisma & MongoDB: Project Setup
Learn how to build and deploy a fullstack application using Remix, Prisma, and MongoDB. In this article, we will be setting up our project, the MongoDB instance, Prisma, and begin modeling out some of our data for the next section of this series.
Build A Fullstack App with Remix, Prisma & MongoDB: Authentication
Learn how to build and deploy a fullstack application using Remix, Prisma, and MongoDB. In this article, we will be setting up authentication for our Remix application using session-based authentication.
Build A Fullstack App with Remix, Prisma & MongoDB: CRUD, Filtering & Sorting
Learn how to build and deploy a fullstack application using Remix, Prisma, and MongoDB. In this article, we will be building the functionality that allows users to send kudos to each other along with some searching and sorting options.
Build A Fullstack App with Remix, Prisma & MongoDB: Referential Integrity & Image Uploads
Learn how to build and deploy a fullstack application using Remix, Prisma, and MongoDB. In this article, we will be building the profile settings section of the website and enhancing the data model to provide better referential integrity.'
Build A Fullstack App with Remix, Prisma & MongoDB: Deployment
Learn how to build and deploy a fullstack application using Remix, Prisma, and MongoDB. In this article, we will be deploying the application we have built throughout this series.
