GithubHelp home page GithubHelp logo

webvisit's Introduction

访客管理系统

本项目为本科毕业设计,后端采用SpringBoot框架,代码在webvisit-os内; 前端采用Vue.js框架,代码在webvisit-fe内, 使用Vue-element-admin模板,模板代码前往原作者仓库

项目预览

请前往预览地址

项目依赖

  • MySQL数据库,数据库建表请见SQL建表文件
  • Redis服务器。
  • FastDFS文件服务器。
  • node

请在application.yml中配置数据库地址、Redis服务器地址、FastDFS服务器地址。

需要手动在数据库内插入新用户、公司、部门等,用户密码请用加密工具先生成加密密码插入数据库。

后续可能会写好相关页面,但毕设中需求没有这个内容,所以先略过。

开发

前端开发过程:

#进入项目目录
cd webvisit-fe

#安装依赖
npm install

#启动项目
npm run dev

一般来讲启动完成后会自动打开浏览器,若没有,在地址栏输入 http://localhost

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod

webvisit's People

Contributors

strangerning avatar

Watchers

James Cloos avatar  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.