book-review:CS50 Web编程-Project1

时间:2024-05-24 09:34:25
【文件属性】:

文件名称:book-review:CS50 Web编程-Project1

文件大小:4.26MB

文件格式:ZIP

更新时间:2024-05-24 09:34:25

Python

使用Python和JavaScript的CS50s Web编程 此Web应用程序是哈佛大学在线课程的一部分 使用应用程式 特征 登记 登录 按名称,作者或ISBN搜索书籍 写评论 实时Goodreads平均费率和评论数 Json响应(如果对/ api / isbn路由发出GET请求) 设置自己的环境 克隆仓库git clone https://github.com/sundaramgupta/book-review.git 安装所有依赖项pip install -r requirements.txt 设置ENV变量(对于Windows) set FLASK_APP = application.py set DATABASE_URL = Heroku Postgres DB URI set GOODREADS_KEY = Goodreads API Key 使用flask run


【文件预览】:
book-review-master
----application.py(6KB)
----import.py(1KB)
----books.csv(224KB)
----flask_session()
--------2029240f6d1128be89ddc32729463129(8B)
--------f835f52e0d97e4bff22c9675a8e2481f(39B)
----templates()
--------error.html(182B)
--------search.html(614B)
--------login.html(1KB)
--------index.html(0B)
--------info.html(3KB)
--------results.html(1KB)
--------layout.html(1KB)
--------registration.html(1KB)
----Pipfile(255B)
----__pycache__()
--------application.cpython-37.pyc(5KB)
----Procfile(29B)
----LICENSE(1KB)
----static()
--------goodreads.png(34KB)
--------back2.jpg(1.51MB)
--------stylesheet.css(2KB)
--------back.jpg(2.63MB)
----requirements.txt(255B)
----README.md(857B)
----.gitattributes(67B)

网友评论