This website demonstrates a full stack application built with NextJS and its features. It also demonstrates guarded paths if the user is not logged in which is achieved with Next Auth, User is also able to delete and add blogs.
- Next JS For building the app
- Mongo DB For backend
- Next Auth For managing Auth and guarding routes
- SSR & CSR For rendering purposes.