项目作者: Vukan-Markovic

项目描述 :
Flask web application with CRUD operations and authentication using Google Books API
高级语言: Python
项目地址: git://github.com/Vukan-Markovic/Book_evaluator.git
创建时间: 2018-07-06T09:39:02Z
项目社区:https://github.com/Vukan-Markovic/Book_evaluator

开源协议:MIT License

下载


Book evaluator :books:

Web application for evaluating, commenting, reading and searching books with supported authentication.

Short description of the application:

Registered users have the ability to rate books and comment on them, delete and edit their comments and ratings, reading individual books as well as creating diary of readed books with the ability to search and to post on blog. Each registered user has his own profile
with some basic information about it and its activity on the site and the ability to view other users’ profiles.

Unregistered users can review books, comments, ratings, posts, profiles of other users and search the books without any other options.

The site administrator has all the capabilities of the registered user and also the ability to delete and change the ratings and comments of all users as well as a review of all registered users with the possibility of their deletion.

Books are delivered through the Google Books API.

Technologies:

The following tools were used to create the application:

Sources:

Installing all necessary startup packages in the CS50 environment by executing the command: pip3 install —user -r requirements.txt.

To run locally:

Documentation