文件名称:ProjectTwo
文件大小:59.88MB
文件格式:ZIP
更新时间:2024-04-07 17:53:22
JavaScript
项目二 描述 BoxOff是一款可向用户推荐观看内容的应用程序。该建议基于几个因素 天气 季节 使用者位置 事态 站在业界的演员 该应用程序基于电影数据库提供的API TMDB- 用户故事 App user(s) - User(s) are able to visit the site and run searches based on moods (Sad | Happy | Lonely etc). - User(s) can select to watch movies from recommended movie suggestions. - User(s) can personalize based on personal state of affairs after creating an account. - Upon selection,
【文件预览】:
ProjectTwo-main
----models()
--------user.js(608B)
--------index.js(989B)
--------movie.js(641B)
----config()
--------config.json(242B)
----index.js(5KB)
----dbConfig.js(27B)
----package.json(1KB)
----Procfile(18B)
----package-lock.json(229KB)
----controllers()
--------usersController.js(3KB)
--------movieController.js(607B)
----views()
--------partials()
--------boxoff.ejs(183B)
--------loginform.ejs(770B)
--------savedmovies.ejs(42B)
--------index.ejs(3KB)
--------users.ejs(296B)
--------register.ejs(1KB)
--------movie.ejs(471B)
--------dashboard.ejs(1KB)
--------favicon.ico(1KB)
--------movies.ejs(866B)
----migrations()
--------20210317164557-create-movie.js(762B)
--------20210303195348-create-user.js(707B)
----request.rest(209B)
----.gitignore(25B)
----public()
--------css()
--------images()
--------site.webmanifest(263B)
--------script.js(0B)
----README.md(2KB)