All Projects → NG-NEST → Ng Nest Admin

NG-NEST / Ng Nest Admin

Licence: mit
Angular 和 Nestjs 构建的开源后台管理系统,基于 @ng-nest/ui 组件库

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ng Nest Admin

Jet Bridge
Jet Bridge – Admin Panel Framework for your application
Stars: ✭ 904 (+2104.88%)
Mutual labels:  admin-dashboard
Silexstarter
Starter app based on Silex framework with mvc and modular arch, scaffold generator, and admin panel
Stars: ✭ 11 (-73.17%)
Mutual labels:  admin-dashboard
Tradercore
Core module for the StockML crypto trading application.
Stars: ✭ 33 (-19.51%)
Mutual labels:  nestjs
Viron
☕️ Automated Design-based Management Console.
Stars: ✭ 925 (+2156.1%)
Mutual labels:  admin-dashboard
Flask Scaffold
Prototype Database driven Web apps in Angular 6, Bootstrap 4 and REST API's with Flask (Python 3 framework)
Stars: ✭ 853 (+1980.49%)
Mutual labels:  admin-dashboard
Nest Log4js
a log4js module for Nest.
Stars: ✭ 12 (-70.73%)
Mutual labels:  nestjs
Nest Cli
CLI tool for Nest applications 🍹
Stars: ✭ 889 (+2068.29%)
Mutual labels:  nestjs
Admin Template Night
Tailwind CSS Starter Template - Admin Dashboard Template (Night Mode)
Stars: ✭ 40 (-2.44%)
Mutual labels:  admin-dashboard
Typescript Starter
Nest framework TypeScript starter ☕️
Stars: ✭ 853 (+1980.49%)
Mutual labels:  nestjs
Degree Material Admin Template
Angular material design admin template based on angular material.
Stars: ✭ 32 (-21.95%)
Mutual labels:  admin-dashboard
Ng Gentelella
An AngularJS admin interface based on the Gentelella bootstrap template markup.
Stars: ✭ 24 (-41.46%)
Mutual labels:  admin-dashboard
Massive
A Module for Utilizing MassiveJS with NestJS
Stars: ✭ 27 (-34.15%)
Mutual labels:  nestjs
Ts Microservice Demo
Demo for microservices / nestjs + kafka + agenda
Stars: ✭ 20 (-51.22%)
Mutual labels:  nestjs
Copa Backend
🚀 Nest application written in TypeScript for the COPA project
Stars: ✭ 23 (-43.9%)
Mutual labels:  nestjs
Nestpress
A production ready personal blogging system on top of NestJS and NEXT.js
Stars: ✭ 38 (-7.32%)
Mutual labels:  nestjs
Ravepro
RavePro
Stars: ✭ 18 (-56.1%)
Mutual labels:  nestjs
Django Controlcenter
Set of widgets to build dashboards for Django projects
Stars: ✭ 866 (+2012.2%)
Mutual labels:  admin-dashboard
Rademade admin
Best rails admin panel!
Stars: ✭ 40 (-2.44%)
Mutual labels:  admin-dashboard
Ultimate Backend
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
Stars: ✭ 978 (+2285.37%)
Mutual labels:  nestjs
React Saas Template
🌊 Template for building an SaaS / admin website using React + Material-UI
Stars: ✭ 942 (+2197.56%)
Mutual labels:  admin-dashboard

NG-NEST-ADMIN

基于 Angular 和 Nestjs 构建的开源后台管理系统。Demo 地址

  • 提供基本的系统管理模块(用户、角色、组织和菜单)
  • 基于 RBAC 的权限管理
  • 使用对应的 @ng-nest/ui 组件库

支持环境

  • Angular ^11.0.0
  • Nestjs ^7.0.0

Chrome Microsoft Edge Firefox Safari 最新 2 个版本 最新 2 个版本 最新 2 个版本 最新 2 个版本

2. 目录说明

目录 说明
api Nestjs 后台 API 接口项目
ui Angular 前端项目

3. 开始--后台

demo 使用 TypeORM 连接的 MySql 数据库,运行前请在 api/ormconfig.json 文件中配置好数据库连接。
MySql 数据库文件 api/ng-nest-admin.sql ,新建一个数据库直接执行导入。

$ cd api
$ npm install
$ npm run start:dev

4. 开始--前端

$ cd ui
$ npm install
$ ng serve -o
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].