A simple registration and login system using HTML, CSS, JavaScript, Node.js, Express, and MongoDB.
✅ User Signup & Login
✅ Form Validation
✅ MongoDB Database
✅ Toast Notifications
- Clone the repo:
git clone https://github.com/machinelearningprodigy/registration-form.git cd registration-form - Install dependencies:
npm install
- Start the server:
node server.js
- Open
index.htmlin the browser.
POST /signup→ Register a new userPOST /login→ Authenticate user
🔹 Password Hashing
🔹 JWT Authentication
🔹 Responsive UI
Let me know if you want any tweaks! 😊