Skip to content

This Django-based Bookstore System allows logged-in admin users to manage the bookstore's inventory. Admin users can view all available books, add new books, edit existing book details, and remove books as needed. The project is structured using Django's model-view-template (MVT) architecture, ensuring a clean separation of concerns and maintainabi

Notifications You must be signed in to change notification settings

NagyDevPro/Django-BookStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

How To Start

Requirements

  • virtualenv library
  • to install it run on your system
pip install virtualenv
  • create your environment on the directory
cd Django-BookStore
python -m venv venv

#Activate your virtual environment
## Windows

venv\Scripts\activate

## linux\mac

source ./venv/Scripts

# install Requirements

pip install -r requirements.txt


About

This Django-based Bookstore System allows logged-in admin users to manage the bookstore's inventory. Admin users can view all available books, add new books, edit existing book details, and remove books as needed. The project is structured using Django's model-view-template (MVT) architecture, ensuring a clean separation of concerns and maintainabi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published