使用Flask和sqlite3编写的项目目录应用程序

网友投稿 573 2022-10-23

使用Flask和sqlite3编写的项目目录应用程序

使用Flask和sqlite3编写的项目目录应用程序

Cool Item-Cataloger

An item catalog application written with Flask and sqlite3.

It provides:

User authentication with Google+ accountUser registration systemItem lists are grouped into categories.jsON API for all catalogs, any catalog, or any itemAny user: can see all categories and items, and item details. Registered users: can create, update, and delete their own categories as well as items.

Requirements

Python 2.7.11SQLite 3.9.2Flask 0.9SQLAlchemy 1.0.12Google+ Client Secrets(client_secrets.json)

Usage

Download (or clone) the RepositoryTo create database:

python database_setup.py

To populate database with seed data:

python db_seed.py

Run the application:

python application.py

Navigate to http://localhost:5000

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:在OAuth2授权流程中实现联合身份认证
下一篇:新的Spring Security OAuth2源码解读完成
相关文章

 发表评论

暂时没有评论,来抢沙发吧~