https://github.com/sameermistry2502/node-mysql-app
https://github.com/sameermistry2502/node-mysql-app
jwt-authentication mysql node-js nodemon user-account-control
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sameermistry2502/node-mysql-app
- Owner: sameermistry2502
- License: mit
- Created: 2024-10-29T15:19:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T11:49:46.000Z (about 1 year ago)
- Last Synced: 2025-01-17T23:29:56.202Z (11 months ago)
- Topics: jwt-authentication, mysql, node-js, nodemon, user-account-control
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  Node MySql CRUD with ACL
A Node.js application implementing basic CRUD operations along with role-based ACL (Access Control List) for user management using JSON Web Tokens (JWT) for secure authentication.
---
## Project Overview
This project demonstrates a Node.js-based application with role management, providing:
- **User Management**: CRUD operations for user data.
- **Role Management**: ACL for restricting access based on user roles.
- **Authentication**: Secure JWT-based login system.
- **Authorization**: Middleware for role-based access control.
---
## Prerequisites
- **Node.js** (v12 or higher)
- **npm** (v6 or higher)
- **MongoDB** (for data storage)
---
## Getting Started
### Clone the Repository
```bash
git clone https://github.com/sameermistry2502/node-mysql-app.git
cd node-mysql-app