BookUnlock is a web application that empowers users to discover, search, review, and explore books across various categories. It leverages the Google Books API to provide a vast library of book information and personalized recommendations.
Structure:
BookUnlock/
|-- backend/
| |-- README.md
| |-- models/
| | |-- base_model.py
| | |-- review.py
| | |-- user.py
| | |-- __init__.py
| |-- API/
| | |-- __init__.py
| | |-- v1/
| | | |-- app.py
| | | |-- __init__.py
| | | |-- views/
| | | | |-- auth.py
| | | | |-- index.py
| | | | |-- users.py
| | | | |-- __init__.py
|-- frontend/
| |-- react-app
|-- README.md
|-- venv/
|-- .gitignore
|-- requirements.txt