Skip to content

UoM | FoB | Business Application Development | Group Project |

Notifications You must be signed in to change notification settings

amaRanaweera/GroupProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GroupProject

Unbeatables - Click-To-Cart

UoM | FoB | Business Application Development | Group Project |

Simple e-commerce system

Objective

Shop management create products under various categories. (Eg: Cloths and Shoes)
Customers can register into the system by providing required details.
Existing customers can log into the system by providing their username and password.
Order process can be demonstrate as follows

  • Customers can add items by clcking add to cart button.
  • After selecting all the items, click cart icon. (right side upper corner)
  • Customers can increase the quantity in selected items, by clicking arrows which is in 4th coloumn.
  • Then customers can provide shipping details and continue their transaction with make payments.
  • Finaly customrs can preview their order summary.


NOTE: You should click on "Click-To-Cart" in order to login, register or logout.

How to Initialise

To clone this repository to your machine git clone https://github.com/Chamanthi12/GroupProject.git


If you made any changes in the database, after the changes are done run the following two codes
1st code: python manage.py makemigrations
2nd code: python manage.py migrate


In order to run the web application use the bellow code
python manage.py runserver

Additional Info

You can add new products, remove products or make changes in exsiting product details after login to the Django admin page.

Link : http://127.0.0.1:8000/admin/
User name : gayani
Password : Gayani@97

Technology Used

  • Django
  • HTML
  • CSS
  • Bootstrap
  • Python

Contributors

  • Chamanthi Berman
  • Oshini Lokuge
  • Gayani Madushani
  • Amasha Ranaweera

About

UoM | FoB | Business Application Development | Group Project |

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.6%
  • CSS 38.0%
  • Python 10.9%
  • HTML 7.5%