kasoglu / virtual-library

This is a library of you can add your book to SQLite database and see how much rate did you give.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Virtual Library

Have you ever wanted to keep track of the books you have read and give each book a rating?

Through this virtual library of you can add your book and see how much rate did you give.

virtual-library

Installing

Download the Python 3 installer package from the official website and install it, if not installed previously.

  • Run the following in the terminal to install the modules to run your program without excussions.
pip install flask
pip install flask_sqlalchemy

How to Use?

Download the source code from the repository and run the file just as any other Python script (.py) file.

python3 main.py

after you run the python file, go to

Your Localhost (http://127.0.0.1:5000) page.

Adding Books to Database

Click over the link Add New Book link in the home page.

virtual-library

and fill out the blanks with the book information as below.

virtual-library

The book will be listed on the main page with the rate. If you would like to modify the rate, with the link Edit Rating you can update it or Delete book from your library.

Documentations

About

This is a library of you can add your book to SQLite database and see how much rate did you give.


Languages

Language:Python 53.5%Language:HTML 46.5%