← Back to Blog
Series · 5 parts

Build A Fullstack App with Remix, Prisma & MongoDB

A multi-part walkthrough of building a fullstack application with Remix, Prisma, and MongoDB.

EducationApril 25, 2022

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.

EducationApril 26, 2022

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.

EducationApril 27, 2022

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.

EducationApril 28, 2022

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.'

EducationApril 29, 2022

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.