Skip to content

belpythons/PERPUS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

PHP Web Bookstore Project

Project Structure

phpweb/
├── src/           # Source code
│   ├── admin/     # Admin panel files
│   ├── auth/      # Authentication files
│   ├── config/    # Configuration files
│   ├── user/      # User interface files
│   └── *.php      # Main PHP files
├── docs/          # Documentation
│   ├── README.md   # Project overview
│   ├── INSTALLATION.md # Setup instructions
│   └── USAGE.md        # Usage guide
├── sql/           # Database scripts
│   └── bookstore_db.sql
└── .git/          # Git repository

Description

This PHP web application simulates a bookstore system with:

  • An admin panel for managing books, categories, users, and transactions
  • User authentication (login/register)
  • A user interface for browsing and purchasing books
  • Database integration with MySQL

Features

  • Comprehensive admin dashboard
  • Secure user login system
  • Dynamic book browsing and purchasing
  • Real-time transaction processing

For detailed installation steps, see INSTALLATION.md. For usage instructions, see USAGE.md.

  • /src/user/ - User interface
  • /src/auth/ - Authentication pages

link youtube : https://youtu.be/kLB_YlLXyTE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages