Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 591 Bytes

File metadata and controls

22 lines (15 loc) · 591 Bytes

Book Management App

A Django-based web application for managing book listings and user accounts. Includes login, registration, password reset, and book display features.

Setup

  1. Create a virtual environment
  2. Install dependencies: pip install -r requirements.txt
  3. Run migrations: python manage.py migrate
  4. Start server: python manage.py runserver

Tech Stack

  • Python 3.x
  • Django 4.x
  • SQLite3

Structure

  • bookproject/ – Project settings and URLs
  • bookapp/ – App logic, templates, and views
  • manage.py – Django CLI entry point