# movie-dash **Repository Path**: tonysamrk/movie-dash ## Basic Information - **Project Name**: movie-dash - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 跨平台电影聚合系统 ### 运行你的项目 启动后端服务器 ``` cd backend nodemon ``` 启动前端服务 ``` cd movie-dash npm run electron:serve ``` 打包你的程序 ``` npm run electron:build ``` ### demos 1. 登录 ![初始页面](README.assets/初始页面.gif) 2. 即将上映 ![即将上映](README.assets/即将上映.gif) 3. 查询电影 ![查询2](README.assets/查询2.gif) 4. 推荐 ![推荐](README.assets/推荐.gif)