Skip to content

haiderCho/CSE327-Project-BSMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE327 (SOFTWARE ENGINEERING): Project

Book Store Management System

Languages Repository size Contributors GitHub last commit

MIT License

📚 Features

  • Admin:
    • SignIn
    • Add Book, Edit existing Book info, Remove Book
    • Add Category, Edit Category, Remove Category
    • View users, Remove User
  • User:
    • SignIn/SignUp
    • Search Books
    • Filter Books by Category
    • Add books to cart
    • Order

🌲 Project tree

...
├── [BSMS]
│   ├── [admin]
│   │   ├── [css]
│   │   │   └── ...
│   │   ├── [font-awesome]
│   │   │   └── ...
│   │   ├── [fonts]
│   │   │   └── ...
│   │   ├── [includes]
│   │   │   ├── footer.php
│   │   │   └── header.php
│   │   ├── [js]
│   │   │   └── ...
│   │   ├── book_add.php
│   │   ├── book_edit.php
│   │   ├── book_view.php
│   │   ├── category_add.php
│   │   ├── category_edit.php
│   │   ├── category_view.php
│   │   ├── contact_view.php
│   │   ├── index.php
│   │   ├── login.php
│   │   ├── login_process.php
│   │   ├── logout.php
│   │   ├── order_view.php
│   │   ├── process_book_add.php
│   │   ├── process_book_del.php
│   │   ├── process_book_edit.php
│   │   ├── process_category_add.php
│   │   ├── process_category_del.php
│   │   ├── process_category_edit.php
│   │   ├── process_contact_del.php
│   │   ├── process_users_del.php
│   │   └── Users_view.php
│   ├── [book_img]
│   │   └── ...
│   ├── [images]
│   │   └── ...
│   ├── [includes]
│   │   ├── connection.php
│   │   ├── footer.php
│   │   └── header.php
│   ├── addtocart.php
│   ├── book_detail.php
│   ├── book_list.php
│   ├── cart.php
│   ├── contact.php
│   ├── contact_process.php
│   ├── forget_password.php
│   ├── forget_password_process.php
│   ├── index copy.php
│   ├── index.php
│   ├── login.php
│   ├── login_process.php
│   ├── logout.php
│   ├── order.php
│   ├── order_process.php
│   ├── register.php
│   ├── register_process.php
│   ├── search.php
└── └── style.css

⚡ Run Locally

✂️ Clone the project

  git clone https://github.com/haiderCho/CSE327-Project-BSMS
  Extract BSMS Folder

⚙️ Install dependencies

  install xampp

📁 Set the project directory

  ..\xampp\htdocs\BSMS

🖧 Set the Databse

  xampp > import > BSMS.SQL