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.
- Host: GitHub
- URL: https://github.com/alina1412/books_keeper
- Owner: alina1412
- Created: 2022-05-04T05:29:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T09:04:23.000Z (about 4 years ago)
- Last Synced: 2026-01-01T04:20:48.435Z (6 months ago)
- Topics: flask, sqlite3
- Language: Python
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

