Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sameermistry2502/node-mysql-app
https://github.com/sameermistry2502/node-mysql-app
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sameermistry2502/node-mysql-app
- Owner: sameermistry2502
- License: mit
- Created: 2024-10-29T15:19:09.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2024-10-30T10:17:26.000Z (20 days ago)
- Last Synced: 2024-10-30T11:25:17.734Z (20 days ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![Node.js](https://nodejs.org/static/images/logo.svg) 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