Skip to content

mrstrange2003/manhwa

Repository files navigation

📚 Manhwa E-commerce Website/The Fantasy Seo Jeom

This is a simple e-commerce website for purchasing manhwa books, built using PHP and MySQL.

🔧 Features

  • User registration and login
  • Product browsing
  • Cart management
  • Order placement
  • Checkout system
  • Admin panel for adding and managing titles

🚀 How to Set It Up

  1. Create a database named manhwa in your MySQL (via phpMyAdmin).
  2. Import manhwa.sql to create tables and insert sample data.
  3. Update config.php if needed with your MySQL credentials.
  4. Place the files in your web server root directory (htdocs if using XAMPP).
  5. Open http://localhost/manhwa/ in your browser.

📁 Folder Structure

  • *.php – Backend logic and frontend UI
  • images/ – Product and UI images
  • manhwa.sql – SQL dump of the database

🛡 Security Used

  • Passwords are hashed using password_hash()
  • Prepared statements to prevent SQL injection
  • Session-based authentication

📦 Tech Stack

  • PHP
  • MySQL
  • HTML/CSS
  • JavaScript

🔐 Admin Credentials

To log in as admin, use:

📄 License

This project is licensed under the MIT License — see the LICENSE file for details.

🙋🏻 Author

J Dipayan Rao

Everyone is free to make any changes in the code. Any modification which makes the website better, would be highly appreciated.

About

A simple PHP-MySQL e-commerce site for browsing and purchasing manhwa titles.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published