DEV Community

Bachi for Auth0

Posted on • Originally published at auth0.com

Modern Full-Stack Development with Nest.js, React, TypeScript, and MongoDB: Part 1

TL;DR: In this series, you will learn how to build a modern web application using React and Nest.js. In the end, you will also learn how to secure the application with Auth0. Rather than building a React application with JavaScript, we will deviate a bit and use TypeScript instead. Structuring the application this way comes with a lot of benefits such as type checking, enforcing, and associating every variable within the application with a datatype, cool, right? In this first part of the series, we will focus on building the backend API with Nest.js. The second part is about building the user interface and handling all frontend logic using React.

Read on 📖

Top comments (0)