前端基于 Soybean Admin二次开发,后端基于 Nest.js + Prisma 的全栈后台应用
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.
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.
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.
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 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.