Skip to content

Latest commit

 

History

History
91 lines (71 loc) · 2.22 KB

README.md

File metadata and controls

91 lines (71 loc) · 2.22 KB

Djangazon!! Bangazon on Django

standard-readme compliant

Djangazon is Bangazon's e-commerce website powered by Python and Django.

Table of Contents

Prerequisites

Install pip

Install Python 3.6

Install Django:

pip install django

Install Pillos:

pip install Pillow

Installation

git clone https://github.com/solanum-tuberosums/djangazon.git
cd djangazon

Create and Seed the Database:

python manage.py builddb

Host a Server:

python manage.py runserver

Then, open your favorite internet browser and go to your Local Host - port: 8000

Usage

In order to use all of the Bangazon website's features, users must create an account by clicking the "Register" button in the top left corner of the splash page.

Registered users can:

  • Add Products to Sell
  • Add and Delete Multiple Payment Types
  • Add Products to or delete products from a Shopping Cart
  • Browse All Products
  • Browse All Product Categories
  • Browse 20 Most Recently Added Products
  • Browse Products by Category
  • Logout

Users that are not registered can:

  • Sign Up
  • Browse All Products
  • Browse All Product Categories
  • Browse Products by Category
  • Browse 20 Most Recently Added Products

Contribute

  1. Fork it!
  2. Create your feature branch: git checkout -b <new-feature-branch-name-here>
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin <new-feature-branch-name-here-too>
  5. Submit a pull request!

Credits

Project Managers:

Contributors:

License

MIT © Potatoes