Skip to content

A Django-powered e-commerce web application for Bangazon, a fictitious company of Nashville Software School.

Notifications You must be signed in to change notification settings

solanum-tuberosums/djangazon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Django-powered e-commerce web application for Bangazon, a fictitious company of Nashville Software School.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.7%
  • HTML 21.8%
  • JavaScript 0.5%