Skip to content

A Node.js web project that allows you to create, manage, and search users in a database.

License

Notifications You must be signed in to change notification settings

vinicius-arg/user-management-system

Repository files navigation

User Management System

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.

Prerequisites

Before you begin, ensure you have Node.js and npm installed on your machine. You can download them from nodejs.org.

Getting Started

  1. Clone this repository to your local machine:

git clone https://github.com/vinicius-arg/user-management-system.git

  1. Navigate to the project directory:

cd user-management-system

  1. Install project dependencies:

npm install

  1. Running the Application

Start the Node.js server:

npm start

Open your web browser and visit https://localhost:3000.

Usage

  • 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.

Contributing

Feel free to contribute to this project by opening issues or submitting pull requests.

License

This project is licensed under the MIT License.

About

A Node.js web project that allows you to create, manage, and search users in a database.

Topics

Resources

License

Stars

Watchers

Forks