chansee97 / nove-admin-nest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nova-admin-nestjs

nova-admin service

Feature

  • jwt authentication
  • RBAC Authority Control (user -> role -> premissions)
  • Menu Management (role -> menus)

Nova front end

Nova Admin

API docs

ApiFox

Usage

Installation

pnpm i

Running

# development
npm run start

# watch mode
npm run start:dev

# production mode
npm run start:prod

About

License:MIT License


Languages

Language:TypeScript 96.2%Language:JavaScript 3.8%