In this tutorial we will be building a full stack authentication system with Nuxt 3, MongoDB, and Tailwind CSS. We will be creating the frontend and backend from scratch.
- Starter file attached to the video description
- Basic knowledge of Vue.js and Nuxt.js
- Basic knowledge of MongoDB
- An authentication system with login, register, and logout functionality
- A dashboard page that only authenticated users can access
- Authentication with JWT
- Server side validation
The complete app is available on the complete-app
branch.