Vue3 Admin

screenshot of Vue3 Admin
nestjs
vite
prisma

前端基于 Soybean Admin二次开发,后端基于 Nest.js + Prisma 的全栈后台应用

Overview

Vue3 Admin is a full-stack backend application built on the front-end with Vue3.5 and Ant Design Vue, and the back-end with Nest.js, PostgreSQL, and Prisma. It is a suitable project for students learning full-stack development and features dynamic international language configuration, user login log recording, user and role permissions mapping, dynamic routing menu generation, user message posting with SSE push from the backend, and various practical business functions. The project requires Git, Node.js (version >= 18.12.0), pnpm (>= 8.7.0), and PostgreSQL for installation and setup.

Features

  • Full-Stack Application: Front-end developed with Vue3.5 and Ant Design Vue, back-end with Nest.js, PostgreSQL, and Prisma.
  • Dynamic International Language Configuration: Customize the application language settings.
  • User Login Log Recording: Track and log user CRUD operations.
  • User and Role Permissions Mapping: Establish one-to-one mapping and generate dynamic routing menus based on role permissions.
  • User Message Posting: Back-end uses SSE push for message posting allowing multiple users to view the effects.
  • Practical Business Functions: Includes various commonly used business functions and interesting effects.

Summary

Vue3 Admin is a comprehensive full-stack application designed for learning purposes. It offers a range of features including dynamic language configuration, user activity logging, role-based permissions, and practical business functions. The project requires specific versions of Git, Node.js, pnpm, and PostgreSQL for setup and operation. Users are encouraged to contribute to the project by submitting issues and pull requests to enhance its functionality and user experience.

nestjs
Nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.