Skip to content

Responsive python social media web app for users to add, favorite, and review books.

Notifications You must be signed in to change notification settings

Lstedmanfalls/Favorite_Books

Repository files navigation

Favorite Books App

Responsive social media web app for adding, favoriting, and reviewing books

Admin / user login and registration with password salting and hashing through bcrypt, user-specific views, user-added content / favoriting / reviewing / editing, form validations, and user and book profiles.

To Run:

  1. Install the required packages with `pip install -r requirements.txt`
  2. Spin up a local SQLlite database and apply the migrations with `python manage.py migrate`
  3. Run the app locally with `python manage.py runserver`

Login PC

Login Mobile

Book Wall PC

Book Wall Mobile

Public Book Profile PC

Public Book Profile Mobile

Own Book Profile PC

Own Book Profile Mobile

Public User Profile PC

Public User Profile Mobile

Own User Profile PC

Own User Profile Mobile