Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yanuarprayoga9/rbac-api


https://github.com/yanuarprayoga9/rbac-api

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Role Based Access Control (RBAC) in Node.js (TypeScript)

A brief description of what this project does and who it's for

## Features

- Auth

## Tech Stack

**Client:** -

**Server:** Node, Express

## Run Locally

Clone the project

```bash
git clone https://github.com/Yanuarprayoga9/RBAC-API
```

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run start
```