Git Product home page Git Product logo

friend's Introduction

[toc]

项目简介

当前项目只是一个简单的学生寝室查询系统 包含了寝室楼、寝室、学生的增删改查

项目实现所用技术

  • 前端html js css scss vue element(ui 使用了少量) axios
  • 后端 nodejs express mysql
  • 框架 vuecli element-ui webpack
  • 版本控制工具 git
  • 包 管理工具 bable

数据库只创建了4张表

  1. account
表名 描述
user 用户名
password 密码
  1. flat
表名 描述
flatnum 寝室楼号
floorsum 总楼层数
roomsum 总房间数
starttime 修建时间
  1. room
表名 描述
roomnum 寝室号
capacity 容纳人数
fee 费用
roomtel 联系方式
flatnum 寝室楼号
  1. stu
表名 描述
id 学号
name 姓名
sex 性别
nation 民族
study 专业
class 年纪
tel 联系方式
flatnum 所在楼
roomnum 所在房间

运行方法

st=>start: 找一个空文件夹右键打开git
op=>operation: git clone https://github.com/suxinruolan/friend.git
op1=>operation: cd flatmanager
op2=>operation: npm i
op3=>operation: npm run start
e=>end: 打开浏览器访问当前地址 http:localhost:8080

st->op->op1->op2->op3->e

细节就不多做描述了 这只是一个简单的不要不要的demo

friend's People

Contributors

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