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)
- Host: GitHub
- URL: https://github.com/mannekeenpis/virtual-bookshelf
- Owner: mannekeenpis
- Created: 2022-06-01T13:44:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T15:31:59.000Z (almost 3 years ago)
- Last Synced: 2025-03-14T14:08:32.596Z (about 2 months ago)
- Language: Python
- Homepage: https://my-virtual-bookshelf.herokuapp.com
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Virtual Bookshelf
![]()
![]()
![]()
![]()
![]()

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
```