Skip to content

基于android原生开发的混合电影app,后端采用springboot+mybatis+mysql开发,有react-native和flutter版本,参见个人主页springboot和react-native项目包括底部tab导航,,首页,电影,电视剧,我的,搜索页,分类页,电影详情页,播放页,登录,注册,浏览记录,播放记录,收藏,缓存,电影排行榜等页面和模块,功能齐全完善,所有数据来自python爬虫程序,抓取爱奇艺和第三方电影网站实时电影数据,每周更新影片两只三次,持续更新中...

Notifications You must be signed in to change notification settings

tanbinh123/android-java-movie-app-ui

 
 

Repository files navigation

flutter电影APP

开发者:吴怨吴悔

=============================界面预览(如果无法预览,请查看项目根目录png文件)==========================

app首页 app首页 app首页 app首页 app首页 =============================界面预览(如果无法预览,请查看项目根目录png文件)==========================

所有影片数据来自第三方电影网站,使用python爬虫实时抓取,然后存入到自己的mysql数据库中,所有接口均采用java开发

后端接口项目和sql语句:https://github.com/wuyuanwuhui99/springboot-app-service

flutter版本参见:https://github.com/wuyuanwuhui99/flutter-movie-app-ui

react native版本参见: https://github.com/wuyuanwuhui99/react-native-app-ui

vue在线音乐项目:https://github.com/wuyuanwuhui99/vue-music-app-ui

在线音乐后端项目:https://github.com/wuyuanwuhui99/koa2-music-app-service

vue3+ts明日头条项目:https://github.com/wuyuanwuhui99/vue3-ts-toutiao-app-ui

nginx配置

server{
    listen       5001;
    location /service/ {
        proxy_pass http://127.0.0.1:5000;
    }
    location /static/ {
        alias E:/static/;
    }
}

About

基于android原生开发的混合电影app,后端采用springboot+mybatis+mysql开发,有react-native和flutter版本,参见个人主页springboot和react-native项目包括底部tab导航,,首页,电影,电视剧,我的,搜索页,分类页,电影详情页,播放页,登录,注册,浏览记录,播放记录,收藏,缓存,电影排行榜等页面和模块,功能齐全完善,所有数据来自python爬虫程序,抓取爱奇艺和第三方电影网站实时电影数据,每周更新影片两只三次,持续更新中...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%