Giter Site home page Giter Site logo

a1533675 / cinemabookingsystem Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chengho/cinemabookingsystem

1.0 1.0 0.0 28.27 MB

基于SpringBoot + Vue的电影售票及影院管理系统

Java 24.32% JavaScript 2.70% HTML 0.14% Vue 72.27% CSS 0.49% SCSS 0.07%

cinemabookingsystem's Introduction

狗眼电影在线售票系统

Forked from https://gitee.com/chaos-chou/gouyan

介绍

基于SpringBoot + Vue 的电影售票系统和影院后台管理系统

程序运行环境说明

运行环境

  1. java 8
  2. vue 2.6.12
  3. vue_cli 3.0
  4. maven 3.6.3
  5. nodeJS 12

后端配置

  1. 找到panda-admin模块下的resources文件夹内的application.yml,端口在最下方配置
  2. 同目录下的application-druid.yml文件内配置mysql的数据源
  3. 之后重新导入maven依赖即可

前端配置

狗眼后台管理系统前端

  1. 进入panda文件夹内,执行npm install命令
  2. 在根目录下vue.config.js文件中修改运行端口
  3. 进入src->components目录,找到global_variable.vue文件,其中有两个属性,base属性表示访问后端图片的路径,baseUrl表示通过axios访问后端接口的默认路径(若本地运行,均修改为http://127.0.0.1:8181即可,端口为后端配置的端口号)
  4. 运行前端vue项目,进入panda-ui文件夹,执行npm run serve命令即可运行

狗眼前台在线选座售票系统前端

整体步骤与上述一致,只需要进入panda-user目录即可

运行后部分信息

运行后通过控制台显示的指定地址即可访问前台和后台,默认登录用户为:用户名:admin 密码:123456 ,数据库中其他用户的密码也均为123456

PS: 请注意修改数据库运行的时区,否则可能会影响订单生成的计时。

帐号有效登录时间为1小时,权限设置需要先登录获取token后再访问资源页面

cinemabookingsystem's People

Contributors

chengho avatar

Stargazers

 avatar

Watchers

 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.