comment-that-movie:简单的REST Api,可对电影进行评论。 它在omdbapi.com上使用外部电影资源

时间:2024-05-21 12:21:56
【文件属性】:

文件名称:comment-that-movie:简单的REST Api,可对电影进行评论。 它在omdbapi.com上使用外部电影资源

文件大小:26KB

文件格式:ZIP

更新时间:2024-05-21 12:21:56

JavaScript

电影评论 简单的REST Api,可对电影进行评论。 它在omdbapi.com上使用外部电影资源 安装 你需要node.js与npm您的计算机上安装。 $ git clone git@github.com:vip1all/comment-that-movie.git $ cd ./comment-that-movie $ npm install 跑步 要运行应用程序,您将需要OMDB apikey,以便在。 稍后您将需要它。 使用Heroku: 在根文件夹中创建.env文件,然后将omdb apikey分配给OMDB_API_KEY变量: OMDB_API_KEY=YourApiKey 然后,您可以简单地运行: $ heroku local 并且您的应用程序应该使用内存数据库在localhost:3000上运行。 要运行生产版本,您需要向.env添加2个变量,将DATABASE


【文件预览】:
comment-that-movie-master
----.gitignore(18B)
----README.md(4KB)
----test()
--------_root.js(288B)
--------comments.js(3KB)
--------movies.js(3KB)
----.prettierrc(116B)
----Procfile(23B)
----.vscode()
--------launch.json(438B)
----package.json(1KB)
----src()
--------error-handler.js(312B)
--------server.js(2KB)
--------api()
--------models()
--------database.js(1KB)
----package-lock.json(53KB)

网友评论