A Blog full of Web ProjectsA Blog full of Web Projects
Next.js 13 Web App with JWT Auth and MongoDB
09-January-2025
A Next.js Web App with TypeScript and JWT Authentication using MongoDB and Mongoose ODM
Tech used for the Web Application
- The Next Web App is hosted at Vercel Cloud
- Node 22 at Vercel Cloud
- Next Version 13
- React 18
- TypeScript
- Joi for validation
- Zustand for state management
- MongoDB was the choice of NoSQL Document Database
- Mongoose ODM ( Object Data Modeling ) which is used for NoSQL like ORM ( Object Relational mapping ) is used for Relational databases like MySQL
- The MongoDB is hosted at Mongo Atlas Cloud Platform
Try the demo...The code at GitHubNext.js was used for creating this full stack web application "Static Site Generator" SSG serving as a login and registration system by a MongoDB. The Web App is secured by HTTPS and JWT Authentication.
This Next.js with TypeScript Web Application is hosted at Vercel Cloud and uses continuous build and deployment
A Blog made with Gatsby React and GraphQL