GithubHelp home page GithubHelp logo

j1ong / filmsys Goto Github PK

View Code? Open in Web Editor NEW
560.0 10.0 133.0 5.54 MB

一个使用Vue全家桶和后台Express框架结合Mysql数据库搭建起来的移动端电影售票和管理系统,实现了热映、即将上映、电影和影院全局搜索、评论、选座、购票、点赞、收藏、订单等一系列购票和管理流程功能

License: GNU General Public License v3.0

JavaScript 27.86% HTML 0.26% Vue 60.49% CSS 1.90% TSQL 9.50%
vue vue-router node express mysql axios element-ui movie app

filmsys's Introduction

淘气电影

一个Vue+Express+Mysql的电影售票项目

效果预览

前端展示

整体部分

购票流程

后台管理

登录页

管理页

项目说明

项目目录

├── film 前端页面项目文件
├── film_admin 后台管理系统
├── film_api 前后台接口文件
├── db_film.sql 数据库文件

安装步骤

1. 拉取项目

#依次执行以下命令
git clone https://github.com/J1ong/FilmSys.git
cd FilmSys
cd film
npm install
cd ../film_admin
npm install
cd ../film_api
npm install

2. 导入数据文件db_film.sql (我这里使用的数据库是mysql,用户:root,密码:123456)

3. 项目细节

4. 启动项目

1. 启动前后台接口项目
#输入命令前要先进入到film_api中
nodemon app.js
2. 启动前端页面项目
#输入命令前同样需要进入到film中
npm start
3. 启动后台管理项目
#输入命令前同样需要进入到film_admin中
npm start

5. 最后

  • 浏览器地址栏输入http://localhost:8080/ 可看前端页面,切换到移动设备就可以正常看到移动版页面了
  • 浏览器地址栏输入http://localhost:8081/ 可到后台登录界面(账号:admin,密码:admin)
  • 接口服务器启动在3000端口

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.