Git Product home page Git Product logo

repairmis's Introduction

RepairMIS

维修订单管理系统,前端+后台全栈式开发。

功能思维导图

技术栈

  • VSCode开发工具,插件扩展,熟悉开发和调试
  • React,体验MVVM开发模式,基于组件、数据驱动 vs 传统jQuery手动操纵DOM的区别。
    • redux 使用store对数据流和状态进行统一管理,这里只是为了demo而使用,对于层级不深的结构,过度设计反而变得麻烦。
    • redux-thunk 实现异步的action。
  • Webpack,命令行脚手架的方式进行Web项目依赖管理和编译打包
  • AntD,漂亮又好用的UI组件库,在没有设计和美工的情况下,开发风格美观的界面。
  • Python, 体验其自由灵活小巧的语言风格,和传统Java严谨的差异。
  • Flask,两三行代码实现Restful API,Python下丰富的工具,拿来就用。
  • 使用Python操作Excel文件。
  • MySQL,数据库表设计,sql脚本熟悉。
  • SQLite,发现MySQL变得越来越重了,安装包就几百M,Windows下面安装更新繁琐。Python环境下面居然自带轻量级的SQLite,果断更换了。
  • 项目编译打包
    • 前端项目:npm run build进行前端项目构建,需求配置package.json文件,prebuild、postbuild脚本,实现自动打包项目并移动到指定目录。
    • 后端项目:使用pyinstaller工具,将python运行文件包装成.exe文件,这样就可以直接在目标Windows机器上运行,不用安装Python环境(打包过程已封装到buildExE.bat脚本文件)。
    • CMD,命令行脚本使用,自动生成exe文件的快捷方式。

界面例图

维修项目

配件管理

配件修改

订单管理

添加/修改订单

导出Excel表单

repairmis's People

Contributors

xwh817 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

mrying

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.