Git Product home page Git Product logo

com.manage.system's Introduction

一、项目介绍

1、架构介绍

整个项目采用前后端分离实现,后端采用的是flask+sqlalchemy+Blueprint,前端采用的 vue+element ui+vxe-table+echarts来实现

2、环境部署

a、如果使用mysql,先安装mysqls数据库,配置对应的数据库账号密码,然后进行数据库初始化,进入到前端项目的路径路径下,执行以下3条命令:

python3 manage.py db init

python3 manage.py db migrate

python3 manage.py db upgrade

b、如果使用sqlite数据库,不需要安装数据库

执行python3 db_create,便可以初始化数据库

3、运行

后端:进入后端项目路径下,执行:manage.py runserver -h 172.22.70.204(本机ip) 前端:进入前端项目路径下,执行:npm run dev(或build)

4、功能介绍

主要实现了用例添加,用例修改,用例执行,执行结果统计的功能

com.manage.system's People

Contributors

jmgen7612 avatar

Watchers

James Cloos avatar  avatar

Forkers

gitleige

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.