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

https://github.com/mannekeenpis/virtual-bookshelf

📚 Virtual Bookshelf (Python/Flask/Postgres)
https://github.com/mannekeenpis/virtual-bookshelf

Last synced: about 1 month ago
JSON representation

📚 Virtual Bookshelf (Python/Flask/Postgres)

Awesome Lists containing this project

README

        


gif


Virtual Bookshelf

Tweet







![virtual_bookshelf](images/virtual_bookshelf.png)
Keep track of the books have read and give each book a rating.

- Python
- Flask
- PostgreSQL

---

# Installation on Linux and Unix like OS

```
git clone https://github.com/lenargasimov/virtual-bookshelf.git
cd virtual-bookshelf
pip3 install -r requirements.txt
python3 main.py
```

# Installation on Windows

```
git clone https://github.com/lenargasimov/virtual-bookshelf.git
cd virtual-bookshelf
pip install -r requirements.txt
python main.py
```