Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node User Management System 🚀🔥

This project is a simple User Management System built with Node.js and MySQL.

Table of Contents

Live Preview

This project is hosted here.

Features

  • User registration
  • User login/logout
  • View and edit user profiles
  • Password encryption
  • MySQL database integration

Requirements

  • Node.js
  • MySQL Database

Installation

  1. Clone the repository:

    git clone https://github.com/ShadowSlayer03/NodeJS-User-Management-System.git
    
  2. Navigate to project directory:

    cd NodeJS-User-Management-System
    
    
  3. Install dependencies:

    npm install
    
    

Configuration

-- Create a .env with following variables

  • DB_HOST=your_database_host
  • DB_USER=your_database_user
  • DB_PASSWORD=your_database_password
  • DB_NAME=your_database_name
  • SESSION_SECRET=your_session_secret

Usage

nodemon app.js

About

A user management system made with MySQL, NodeJS, ExpressJS

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages