Coder Social home page Coder Social logo

betterman-cn / cinema Goto Github PK

View Code? Open in Web Editor NEW

This project forked from advancedpawn2020/cinema

0.0 0.0 0.0 2.81 MB

电影院会员管理系统,使用SpringBoot+mybatis+vue.js实现了会员、会员卡、电影票、积分兑换、会员关怀等模块

License: MIT License

Java 95.91% HTML 4.09%

cinema's Introduction

cinema

license GitHub release

前言

本项目是学校布置的一道大作业,代码架构设计简单,注释齐全,结构清晰,适合同为java初学者参考。 cinema项目是一套电影院会员管理系统,使用前后端分离架构开发,前端基于Vue.js+Element UI技术,后端使用springboot+mybatis实现,包含管理员、会员管理、会员卡管理、电影票、消费记录、数据统计等模块 cinema-web前端项目地址

项目截图

登录页面

Image text

系统首页

Image text

会员界面

Image text

会员卡界面

Image text

会员关怀

Image text

流程图

Image text

使用说明

  • 数据库文件cinema.sql已整合到项目中,使用mysql导入即可生成数据库
  • 本项目已经整合了前后端,前端文件经过webpack构建后,生成了static文件夹和index.html放入了webapp下。
  • 要对前端页面进行修改,需要同时gitcinema-web前端项目地址,修改完成后 同样将生成的文件放到本项目的webapp下。
  • 需上交的程序设计文档可参考目录下:cinema项目文档.docx

运行项目

  • 方法一: cinema项目中已经整合了vue打包的静态资源,直接启动项目,并在浏览器上输入http://localhost:8081/cinema 即可运行。
  • 方法二: cinema-web项目是cinema项目的vue单页面前端项目,可以在文件夹目录下命令行输入: npm run install
    npm run dev 后,修改utils/request.js下baseURL=”/api”,开启node反向代理服务器,解决跨域问题,然后启动cinema后端项目,在浏览器上输入 http://localhost:8080 即可以前后端分离方式运行(也可以npm run build后将dist文件夹放到nginx下运行)

License

MIT

cinema's People

Contributors

advancedpawn2020 avatar dependabot[bot] 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.