All Projects → buqiyuan → nest-admin

buqiyuan / nest-admin

Licence: MIT license
NestJs CRUD for RESTful API使用 nestjs + mysql + typeorm + redis + jwt + swagger 企业中后台管理系统项目RBAC权限管理(细粒度到按钮)、实现单点登录等。

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to nest-admin

nestjs-api-mongoose
Collection example apps with NestJS and Typeorm, Sequelize, Mongodb, PostgreSQL, MySQL, GraphQL, Mercurius, etc. for the NestJS community 😻
Stars: ✭ 153 (-7.27%)
Mutual labels:  typeorm, nestjs, nestjs-backend
prime-nestjs
A production-ready NestJS boilerplate using Typescript, Postgres, TypeORM, and Docker.
Stars: ✭ 140 (-15.15%)
Mutual labels:  typeorm, nestjs, nestjs-backend
Crud
NestJs CRUD for RESTful APIs
Stars: ✭ 2,709 (+1541.82%)
Mutual labels:  typeorm, restful-api, nestjs
serverless-nestjs-typeorm
Example how to nestjs using the serverless framework with TypeORM
Stars: ✭ 99 (-40%)
Mutual labels:  typeorm, nestjs, nestjs-backend
MyAPI
A template to create awesome APIs easily ⚡️
Stars: ✭ 117 (-29.09%)
Mutual labels:  typeorm, nestjs, nestjs-backend
lynx
Opinionated Framework built on top of NestJS and TypeORM
Stars: ✭ 44 (-73.33%)
Mutual labels:  typeorm, nestjs
server
A server for tf2pickup.org
Stars: ✭ 16 (-90.3%)
Mutual labels:  restful-api, nestjs
nest-convoy
[WIP] An opinionated framework for building distributed domain driven systems using microservices architecture
Stars: ✭ 20 (-87.88%)
Mutual labels:  typeorm, nestjs
microservice-template
📖 Nest.js based microservice repository template
Stars: ✭ 131 (-20.61%)
Mutual labels:  typeorm, nestjs
nestjs-pdf
Nest js pdf generator
Stars: ✭ 55 (-66.67%)
Mutual labels:  nestjs, nestjs-backend
sf-nest-admin
🚀 基于NestJs + TypeScript + TypeORM + Redis + MySql + Vue2 + Element-UI编写的一款简单高效的前后端分离的权限管理系统
Stars: ✭ 125 (-24.24%)
Mutual labels:  typeorm, nestjs
twitch-project
A weekly stream in which I build a web application with Neo4j and Typescript
Stars: ✭ 78 (-52.73%)
Mutual labels:  nestjs, vue3-typescript
car-assembly
基于Vue3.0+WebGL+Nestjs搭建的汽车组装演示系统
Stars: ✭ 44 (-73.33%)
Mutual labels:  typeorm, nestjs
uni-pushy-server
upushy 热更新后端。https://upushy.yoouu.cn/
Stars: ✭ 30 (-81.82%)
Mutual labels:  typeorm, nestjs
nestjs-api-example
NestJS Example
Stars: ✭ 60 (-63.64%)
Mutual labels:  typeorm, nestjs
typeorm-factories
Create factories for your TypeORM entities. Useful for NestJS applications
Stars: ✭ 43 (-73.94%)
Mutual labels:  typeorm, nestjs
nest-serve
使用 Nestjs 8.x 以微服务方式开发的基础管理后台服务,并搭配 React 开发的管理后台前端(可自行根据 swagger 的接口开发对应的管理后台前端)
Stars: ✭ 97 (-41.21%)
Mutual labels:  typeorm, nestjs
truthy
Open source headless CMS API written using NestJS, that has pre built modules like User Management, Role Management, Permission Management, Email Module, Account Settings, OTP, Throttling, RBAC support, Localization, and many more.
Stars: ✭ 200 (+21.21%)
Mutual labels:  nestjs, nestjs-backend
nestjs-starter
🚀 Nest framework starter
Stars: ✭ 30 (-81.82%)
Mutual labels:  typeorm, nestjs
BUA-FE
本科毕设,搭建一套小而全面的校园外卖系统。主要使用wei-xin-mini + TypeScript + nest.js + typeORM + rabbitmq技术栈。
Stars: ✭ 20 (-87.88%)
Mutual labels:  typeorm, nestjs

nest-admin

基于NestJs + TypeScript + TypeORM + Redis + MySql + Vue3 + Ant Design Vue编写的一款简单高效的前后端分离的权限管理系统。希望这个项目在全栈的路上能够帮助到你。

演示地址

项目启动前的准备工作

演示环境账号密码:

账号 密码 权限
rootadmin 123456 超级管理员

所有新建的用户初始密码都为123456

本地部署账号密码:

账号 密码 权限
rootadmin 123456 超级管理员

安装使用

  • 获取项目代码
git clone https://github.com/buqiyuan/nest-admin
  • 安装依赖
cd nest-admin

yarn install
  • 运行
yarn dev
  • 打包
yarn build

使用docker一键启动

启动成功后,通过 http://localhost:7001/swagger-api/ 访问。

docker-compose up -d

查看实时日志输出

docker-compose logs -f

系统截图

欢迎Star && PR

如果项目有帮助到你可以点个Star支持下。有更好的实现欢迎PR。

致谢

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].