# 🚀 Login Project
A sleek login application built with **Node.js**, **Express.js**, **MongoDB**, and **EJS** for fast, secure user authentication.
---
## ✨ Features
- 🔑 **User Authentication** (Login/Registration)
- 🗄️ **MongoDB** for data storage
- 🔒 **Secure Passwords** with bcrypt
- 🛡️ **Session Management**
---
## ⚙️ Get Started
1. **Clone the Repo**
```bash
git clone https://github.com/VIZAGBOYS/Login.git
cd Login-
Install Dependencies
npm install
-
Seed the Database (Optional)
node seed.js
-
Run the App
npm start
🌐 Open http://localhost:3000
Login/
├── app.js # Main server file
├── routes/ # Routes for the application
├── views/ # EJS templates
├── models/ # Database models
├── public/ # Static assets (CSS, JS, Images)
└── seed.js # Database seeding script
- Node.js 🟩
- Express.js ⚡
- MongoDB 🍃
- EJS 🖥️
- bcrypt 🔐
Licensed under the MIT License.
This version is optimized for GitHub:
- Proper code block formatting using triple backticks (```).
- Consistent section headings (`##`), bullet points, and emojis for readability.
- Folder structure is shown using a code block with `plaintext` for clear alignment.