This Node.js project is a simple User Management System that allows you to create, manage, and search users in a database. It also provides the ability to view individual user profiles.
Before you begin, ensure you have Node.js and npm installed on your machine. You can download them from nodejs.org.
- Clone this repository to your local machine:
git clone https://github.com/vinicius-arg/user-management-system.git
- Navigate to the project directory:
cd user-management-system
- Install project dependencies:
npm install
- Running the Application
Start the Node.js server:
npm start
Open your web browser and visit http://localhost:3000.
- Create a new user by filling out the registration form.
- Search for users using the dynamic search functionality.
- Click on individual user profiles to view more details.
Feel free to contribute to this project by opening issues or submitting pull requests.
This project is licensed under the MIT License.