Skip to content

KwabenaYeboah/kobbyshop

Repository files navigation

kobbyshop - Django Ecommerce App

A fully featured e-commerce application powered by Django.

Sections

Project Description

This project is a fully featured django ecommerce application with some key functionalities in a modern day ecommerce platform.

Features

  • Multi-language integration (2 languages at the moment)
  • Product Recommendation
  • Braintree Integration
  • PDF Invoice

Technology

  • Python
  • Django
  • HTML5
  • CSS
  • Docker
  • Celery
  • Redis
  • RabbitMQ

Setup

To run the application, please follow guidlines below

1. Requirements

  • You need a PC or Macbook
  • You have Git installed
  • You have Docker installed on your Machine
  • A Text Editor or IDE(eg.Vscode, Sublime, Pycharm)

2. Install python3 and Pipenv

3. Now you setup as indicated below:

 # Clone this repository into the directory of your choice
 $ git clone https://github.com/KwabenaYeboah/kobbyshop.git
 
 # Move into project folder
 $ cd kobbyshop
 
 # Build the image and run the container(This will also start the server)
 $ docker-compose up -d --build
 
 # Migrate database models
 $ docker-compose exec web python manage.py migrate
 
 # Create superuser account
 $ docker-compose exec web python manage.py createsuperuser
 
 # Open the address in the browser
 >>> http://127.0.0.1:8000/products/
 
 # Django Admin
 >>> http://127.0.0.1:8000/admin/

Screenshots

Product List
ProductList
Product List By Category
ProductList By Category
Product Detail
Product Detail
Shopping Cart
Shopping Cart
Checkout
Checkout
Product Recommendation
Product Recommendation
BrainTree Integration
Braintree Integration
Invoice
Invoice

Project Status

Project is: Done

Contributing

Pull requests and stars are always welcome
  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Author

KwabenaYeboah

Licence

MIT Licence