Coder Social home page Coder Social logo

baiye0 / car-assembly Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lewage59/car-assembly

0.0 0.0 0.0 11.52 MB

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

License: MIT License

JavaScript 27.88% HTML 0.30% Vue 50.13% Less 0.92% TypeScript 18.73% CSS 0.20% SCSS 1.76% Pug 0.08% Shell 0.01%

car-assembly's Introduction

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

car-assembly's People

Contributors

dependabot[bot] avatar lewage59 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.