Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sameermistry2502/node-app-wirh-acl

Make Application with CRUD and ACL user role management
https://github.com/sameermistry2502/node-app-wirh-acl

Last synced: 3 days ago
JSON representation

Make Application with CRUD and ACL user role management

Awesome Lists containing this project

README

        

# ![Node.js](https://nodejs.org/static/images/logo.svg) Node App with CRUD and 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-app-wirh-acl.git
cd node-app-with-acl