Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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
  1. Install dependencies

    npm install
  2. Start the server

    npm start

    The app runs on http://localhost:3000

🔥 Routes

Method Route Description
GET / Home Page
GET /read View all users
POST /create Create a new user
GET /delete/:id Delete a user

🛠️ Future Enhancements

  • Edit user functionality
  • Better UI styling
  • User authentication (Login/Signup)

💡 Feel free to contribute! Fork, star ⭐, and submit a pull request. 😊

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages