# User Management System 🚀
A simple **CRUD (Create, Read, Update, Delete) User Management System** built using **Node.js, Express, MongoDB, and EJS**.
## 📌 Features
- 🔹 **Create** a new user
- 🔹 **Read** user details
- 🔹 **Delete** a user
- 🔹 **Styled using Tailwind CSS**
## 🛠️ Technologies Used
- **Node.js**
- **Express.js**
- **MongoDB (Mongoose)**
- **EJS (Embedded JavaScript Templates)**
- **Tailwind CSS**
## 📦 Installation & Setup
1. **Clone the repository**
```sh
git clone https://github.com/Jayanth-Rookie/user-manager.git
cd YOUR_REPO_NAME-
Install dependencies
npm install
-
Start the server
npm start
The app runs on http://localhost:3000
| Method | Route | Description |
|---|---|---|
| GET | / |
Home Page |
| GET | /read |
View all users |
| POST | /create |
Create a new user |
| GET | /delete/:id |
Delete a user |
- ✅ Edit user functionality
- ✅ Better UI styling
- ✅ User authentication (Login/Signup)
💡 Feel free to contribute! Fork, star ⭐, and submit a pull request. 😊