Skip to content

A simple full-stack MERN project that allows users to be added through a form, view the user list dynamically, edit user details, and delete users.

License

Notifications You must be signed in to change notification settings

Espadv69/UserManager-MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UserManager-MERN 🚀

A simple full-stack MERN project that allows users to be added through a form, view the user list dynamically, edit user details, and delete users as needed.

🛠️ Technologies Used

Frontend (React + Vite)

  • React.js (Vite)
  • JavaScript (ES6+)
  • React Router
  • Axios for API requests

Backend (Node.js + Express + MongoDB)

  • Node.js
  • Express.js
  • MongoDB + Mongoose
  • CORS & dotenv

📌 Features

✅ Add users through a form (name, last name, ID number, etc.)
✅ View the list of added users dynamically

⚡ Installation & Setup

  1. Clone the repository
  git clone https://github.com/Espadv69/UserManager-MERN.git
  1. Navigate to the project folder
  cd UserManager-MERN
  1. Backend setup
  cd backend
  npm install
  node server.js
  1. Frontend setup
  cd frontend
  npm install
  npm run dev

📷 Screenshots

User List Page

User List Page

User List Page Edit

User List Page

Add User Page

Add User Page


📜 License

This project is open-source and available under the MIT License.

Made with ❤️ by Espadv69

About

A simple full-stack MERN project that allows users to be added through a form, view the user list dynamically, edit user details, and delete users.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published