AWS-EC2
Project
Full-stack User Management System on AWS EC2

User Management System
A robust full-stack application demonstrating CRUD operations with user management functionality. Built with Next.js frontend and Node.js/Express backend, hosted on AWS EC2 with MongoDB integration.

👥
Create & Read Operations
User registration and data retrieval functionality with dedicated API endpoints.
POST http://16.171.58.68:3000/api/register - Create new user accounts
GET http://16.171.58.68:3000/api/users - Retrieve all registered users

⚙️
Update & Delete Operations
Seamless user modification and removal capabilities via robust API endpoints.
PUT http://16.171.58.68:3000/api/update - Modify existing user information
DELETE http://16.171.58.68:3000/api/delete - Remove users from the system
Tech Stack
Frontend
Next.js
Backend
Node.js
Backend
Express.js
Database
MongoDB
Cloud
AWS EC2
API
REST API
Ready to Explore the Live Demo?
Experience the full-stack user management system deployed on AWS EC2, demonstrating essential CRUD operations.
View Live Demo