An open API service indexing awesome lists of open source software.

https://github.com/alina1412/books_keeper

Flask app for users to add lists of books and search through it.
https://github.com/alina1412/books_keeper

flask sqlite3

Last synced: 2 months ago
JSON representation

Flask app for users to add lists of books and search through it.

Awesome Lists containing this project

README

          

## Books Keeper

## Description

(in the process)

Flask app which allows users to register and save their lists of books in the table with columns "author", "title", "tags" for searching required data later. Each user can have their own table (educational project for small amount of users)

The app keeps records of the books in a sqlite db.

Searching goes with regexp functionality and case insensitive.

User's emails and passwords are checked, passwords are kept in a hashed form.

![](image/README/1651208738392.png)

![](image/README/1651208795061.png)