letterboxd but for books
https://bookboxd.onrender.com/
- Search for books using the Google Books API
- Create and manage personal book lists
- Explore book lists created by other users
- Like and comment on book lists
- View detailed information about each book
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
- Set up your Google Books API key in
settings.py
- Run migrations:
python manage.py migrate
- Start the server:
python manage.py runserver
- Register/Login to create and manage your book lists
- Use the search function to find books and add them to your lists
- Explore other users' lists, like them, and leave comments
- Click on any book to view its detailed information
- Django
- Python
- SQLite
- HTML/CSS
- JavaScript/jQuery
- Google Books API
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.