This project is a simple User Management System built with Node.js and MySQL.
This project is hosted here.
- User registration
- User login/logout
- View and edit user profiles
- Password encryption
- MySQL database integration
- Node.js
- MySQL Database
-
Clone the repository:
git clone https://github.com/ShadowSlayer03/NodeJS-User-Management-System.git
-
Navigate to project directory:
cd NodeJS-User-Management-System -
Install dependencies:
npm install
-- 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
nodemon app.js