Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanuarprayoga9/rbac-api
https://github.com/yanuarprayoga9/rbac-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yanuarprayoga9/rbac-api
- Owner: Yanuarprayoga9
- Created: 2023-11-01T04:12:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T10:37:26.000Z (about 1 year ago)
- Last Synced: 2023-11-01T12:33:46.483Z (about 1 year ago)
- Language: TypeScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```