DinukaNavaratna / Dee_Store-Simple_Online_Shopping_Website

This is a simple online shopping web application that I developed for an assignment of the bachelor's degree. For the front-end, a HTML + CSS template has been used while the backend has been developed using PHP, MYSQL, AJAX, jQuery & etc. Sharing this for the purpose of beginners to use this as reference to work on their own projects...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dee Store

This is a simple online shopping web application that I developed for an assignment of the bachelor's degree. For the front-end, a HTML + CSS template has been used while the backend has been developed using PHP, MYSQL, AJAX, jQuery, Python & etc. This web application contains a simple chatbot created using JS and image search feature. Sharing this for the purpose of beginners to use this as reference to work on their own projects...

Features

  • Shopping cart
  • Checkout order
  • Dummy payment interface
  • Product listing
  • Simple chatbot (JS based)
  • Product search using keywords
  • Product search using images (Python based. Need to run the python app inside the Python directory)
  • Order status
  • Login/Logout
  • Admin dashboard
  • Order listing (admin)
  • Complete orders (admin)

Important

  • Create a database named 'dee_store' and import the .sql file in 'database .sql file' folder.
  • Run the Python backend application (Read the README.txt file inside the 'python' folder)
  • The codebase hasn't been enhanced for the best perfomance and there can be unwanted or inefficient parts in the code as this was done many years back.

Admin Login

  • Username: admin
  • Psw: admin

Copyrights

About

This is a simple online shopping web application that I developed for an assignment of the bachelor's degree. For the front-end, a HTML + CSS template has been used while the backend has been developed using PHP, MYSQL, AJAX, jQuery & etc. Sharing this for the purpose of beginners to use this as reference to work on their own projects...

License:MIT License


Languages

Language:PHP 50.5%Language:HTML 20.0%Language:CSS 13.7%Language:JavaScript 13.2%Language:Hack 1.7%Language:Python 0.9%Language:Shell 0.1%