All Projects → Lewage59 → car-assembly

Lewage59 / car-assembly

Licence: MIT license
基于Vue3.0+WebGL+Nestjs搭建的汽车组装演示系统

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
typescript
32286 projects
SCSS
7915 projects
Less
1899 projects
HTML
75241 projects

Projects that are alternatives of or similar to car-assembly

nestjs-api-mongoose
Collection example apps with NestJS and Typeorm, Sequelize, Mongodb, PostgreSQL, MySQL, GraphQL, Mercurius, etc. for the NestJS community 😻
Stars: ✭ 153 (+247.73%)
Mutual labels:  typeorm, nestjs
uni-pushy-server
upushy 热更新后端。https://upushy.yoouu.cn/
Stars: ✭ 30 (-31.82%)
Mutual labels:  typeorm, nestjs
nestjs-api-example
NestJS Example
Stars: ✭ 60 (+36.36%)
Mutual labels:  typeorm, nestjs
Domain Driven Hexagon
Guide on Domain-Driven Design, software architecture, design patterns, best practices etc.
Stars: ✭ 4,417 (+9938.64%)
Mutual labels:  typeorm, nestjs
microservice-template
📖 Nest.js based microservice repository template
Stars: ✭ 131 (+197.73%)
Mutual labels:  typeorm, nestjs
Crud
NestJs CRUD for RESTful APIs
Stars: ✭ 2,709 (+6056.82%)
Mutual labels:  typeorm, nestjs
serverless-nestjs-typeorm
Example how to nestjs using the serverless framework with TypeORM
Stars: ✭ 99 (+125%)
Mutual labels:  typeorm, nestjs
nestjs-auth-starter-kit
NestJS Auth Starter Kit (typescript / typeorm / swagger / passport / bcrypt)
Stars: ✭ 37 (-15.91%)
Mutual labels:  typeorm, nestjs
Three-LargeScreen
🎖 模仿图扑的3D风机可视化大屏
Stars: ✭ 117 (+165.91%)
Mutual labels:  threejs, vue3
prime-nestjs
A production-ready NestJS boilerplate using Typescript, Postgres, TypeORM, and Docker.
Stars: ✭ 140 (+218.18%)
Mutual labels:  typeorm, nestjs
Nestjs Realworld Example App
Exemplary real world backend API built with NestJS + TypeORM / Prisma
Stars: ✭ 1,838 (+4077.27%)
Mutual labels:  typeorm, nestjs
nestjs-starter
🚀 Nest framework starter
Stars: ✭ 30 (-31.82%)
Mutual labels:  typeorm, nestjs
Mili
mili 是一个开源的社区系统,界面优雅,功能丰富😛
Stars: ✭ 2,875 (+6434.09%)
Mutual labels:  typeorm, nestjs
MyAPI
A template to create awesome APIs easily ⚡️
Stars: ✭ 117 (+165.91%)
Mutual labels:  typeorm, nestjs
nest-boilerplate
Nest.js boilerplate with CircleCI, Commitizen, Commitlint, Docker-Compose, ESLint, GitHub Actions, Husky, Lint-staged, OpenAPI, Prettier, PostGreSQL, Travis CI, TypeORM
Stars: ✭ 16 (-63.64%)
Mutual labels:  typeorm, nestjs
lynx
Opinionated Framework built on top of NestJS and TypeORM
Stars: ✭ 44 (+0%)
Mutual labels:  typeorm, nestjs
node-nestjs-structure
Node.js framework NestJS project structure
Stars: ✭ 258 (+486.36%)
Mutual labels:  typeorm, nestjs
nest-typeorm-auth-boilerplate
A NestJS boilerplate with TypeORM and authentication
Stars: ✭ 15 (-65.91%)
Mutual labels:  typeorm, nestjs
nest-convoy
[WIP] An opinionated framework for building distributed domain driven systems using microservices architecture
Stars: ✭ 20 (-54.55%)
Mutual labels:  typeorm, nestjs
sf-nest-admin
🚀 基于NestJs + TypeScript + TypeORM + Redis + MySql + Vue2 + Element-UI编写的一款简单高效的前后端分离的权限管理系统
Stars: ✭ 125 (+184.09%)
Mutual labels:  typeorm, nestjs

car-assembly

本项目仅供学习和参考!!!

项目介绍:点击这里

一、系统环境部署

  1. 服务器:由于基于Node.js v10.15.3进行开发,因此需要安装和配置相关的Node环境。具体安装步骤和部署详情:http://nodejs.cn/learn/how-to-install-nodejs。
  2. 开发工具:Visual Studio Code 1.54.2
  3. 数据库相关:
    • 数据库:MySQL 5.6
    • 可视化工具:Navicat Premium 11.1.13
    • 连接方式:具体连接可查看car-assembly-server后端项目中的libs\db\src\db.module.ts文件。

二、使用说明

目录结构

├─car-assembly-admin              //前端后台项目
├─car-assembly-client             //前端前台项目
└─car-assembly-server             //服务端项目

前端项目说明

  1. 安装相关依赖:需要在相应的项目文件夹目录下的命令行窗口执行npm install命令。
  2. 项目运行:前后台系统统一使用npm run dev命令运行即可(需要注意先启动后端服务)。

后端项目说明

  1. 安装相关依赖:需要在相应的项目文件夹目录下的命令行窗口执行npm install命令。

  2. 数据集:MySQL数据库备份文件路径car-assembly-server/database

  3. 项目运行(注意端口冲突问题)

    • 启动前台服务
    nest start car-assembly-server -w
    
    • 启动后台服务
    nest start admin -w
    

LICENSE

MIT License

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].