An open API service indexing awesome lists of open source software.

https://github.com/ml4909854/full_stack_email_otp_based_frontend

This project is a secure, full-stack web application built using the MERN (MongoDB, Express, React, Node.js) stack. It features email-based OTP authentication without traditional passwords and includes a blogging platform.
https://github.com/ml4909854/full_stack_email_otp_based_frontend

bcrypt css express html javascript jwt mongodb mongoose node nodemailer render vercel

Last synced: 3 months ago
JSON representation

This project is a secure, full-stack web application built using the MERN (MongoDB, Express, React, Node.js) stack. It features email-based OTP authentication without traditional passwords and includes a blogging platform.

Awesome Lists containing this project

README

          

# Full_stack_Email_Otp_based_Frontend
# Live Demo : https://full-stack-email-otp-based-frontend.vercel.app
# Full-Stack Email OTP Authentication App with Blog Feature

This project is a secure, full-stack web application built using the MERN (MongoDB, Express, React, Node.js) stack. It features email-based OTP authentication without traditional passwords and includes a blogging platform.

# 🔐 Authentication Features
Secure login and signup using OTP sent to email

OTP verification integrated with Nodemailer

No password stored — fully OTP-driven

# 📰 Blogging System
Add, view, edit, and delete blogs

Public blog listing for all users

Private blog dashboard for each user

# 📦 Tech Stack
Frontend: React, React Router, Axios

Backend: Node.js, Express.js, MongoDB, Nodemailer

Deployment: Vercel (Frontend), Render/Heroku (Backend suggested)

🚀 How to Run
Clone the repo

Set up .env files for frontend and backend (MongoDB URI, Email credentials)