A fully-featured e-commerce application powered by Django

Overview

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
 $ docker-compose up --build
 # Migrate database models
 (kobbyshop-xxx) $ docker-compose exec web python manage.py migrate
 
 # Create superuser account
 (Final-Senior-Year-Project-XXXX) $ docker-compose exec web python manage.py createsuperuser
 # start server
 (Final-Senior-Year-Project-XXXX) $ docker-compose exec web python manage.py runserver
 
 # Copy the IP address provided once your server has completed building the site. (It will say something like >> Serving at 127.0.0.1....).
 
 # Open the address in the browser
 >>> http://127.0.0.1:XXXX/products/
 
 
 # Django Admin
 >>> http://127.0.0.1:XXXX/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: In Progress

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

Owner
Kwabena Yeboah
Computer Science Student @ The University of Energy and Natural Resources -- Python[Django, Machine Learning-CNN] | VB.Net | C++ | HTML | CSS | WordPress
Kwabena Yeboah
Clearly see and debug your celery cluster in real time!

Clearly see and debug your celery cluster in real time! Do you use celery, and monitor your tasks with flower? You'll probably like Clearly! 👍 Clearl

Rogério Sampaio de Almeida 364 Jan 02, 2023
FastAPI with Celery

Minimal example utilizing fastapi and celery with RabbitMQ for task queue, Redis for celery backend and flower for monitoring the celery tasks.

Grega Vrbančič 371 Jan 01, 2023
Accept queue automatically on League of Legends.

Accept queue automatically on League of Legends. I was inspired by the lucassmonn code accept-queue-lol-telegram, and I modify it according to my need

2 Sep 06, 2022
Django database backed celery periodic task scheduler with support for task dependency graph

Djag Scheduler (Dj)ango Task D(AG) (Scheduler) Overview Djag scheduler associates scheduling information with celery tasks The task schedule is persis

Mohith Reddy 3 Nov 25, 2022
Py_extract is a simple, light-weight python library to handle some extraction tasks using less lines of code

py_extract Py_extract is a simple, light-weight python library to handle some extraction tasks using less lines of code. Still in Development Stage! I

I'm Not A Bot #Left_TG 7 Nov 07, 2021
A fully-featured e-commerce application powered by Django

kobbyshop - Django Ecommerce App A fully featured e-commerce application powered by Django. Sections Project Description Features Technology Setup Scr

Kwabena Yeboah 2 Feb 15, 2022
OpenQueue is a experimental CS: GO match system written in asyncio python.

What is OpenQueue OpenQueue is a experimental CS: GO match system written in asyncio python. Please star! This project was a lot of work & still has a

OpenQueue 10 May 13, 2022
Flower is a web based tool for monitoring and administrating Celery clusters.

Real-time monitor and web admin for Celery distributed task queue

Mher Movsisyan 5.5k Jan 02, 2023
Dagon - An Asynchronous Task Graph Execution Engine

Dagon - An Asynchronous Task Graph Execution Engine Dagon is a job execution sys

8 Nov 17, 2022
Django email backend with AWS SES and Celery

Django Celery SES Django Email Backend with Amazon Web Service SES and Celery, developed and used by StreetVoice. This packages provide a EmailBackend

StreetVoice 30 Oct 24, 2022
RQ (Redis Queue) integration for Flask applications

Flask-RQ RQ (Redis Queue) integration for Flask applications Resources Documentation Issue Tracker Code Development Version Installation $ pip install

Matt Wright 205 Nov 06, 2022
A simple app that provides django integration for RQ (Redis Queue)

Django-RQ Django integration with RQ, a Redis based Python queuing library. Django-RQ is a simple app that allows you to configure your queues in djan

RQ 1.6k Dec 28, 2022
Full featured redis cache backend for Django.

Redis cache backend for Django This is a Jazzband project. By contributing you agree to abide by the Contributor Code of Conduct and follow the guidel

Jazzband 2.5k Jan 03, 2023
A fast and reliable background task processing library for Python 3.

dramatiq A fast and reliable distributed task processing library for Python 3. Changelog: https://dramatiq.io/changelog.html Community: https://groups

Bogdan Popa 3.4k Jan 01, 2023
Simple job queues for Python

Hypothesis Hypothesis is a family of testing libraries which let you write tests parametrized by a source of examples. A Hypothesis implementation the

RQ 8.7k Jan 07, 2023
A multiprocessing distributed task queue for Django

A multiprocessing distributed task queue for Django Features Multiprocessing worker pool Asynchronous tasks Scheduled, cron and repeated tasks Signed

Ilan Steemers 1.7k Jan 03, 2023
Queuing with django celery and rabbitmq

queuing-with-django-celery-and-rabbitmq Install Python 3.6 or above sudo apt-get install python3.6 Install RabbitMQ sudo apt-get install rabbitmq-ser

1 Dec 22, 2021
Beatserver, a periodic task scheduler for Django 🎵

Beat Server Beatserver, a periodic task scheduler for django channels | beta software How to install Prerequirements: Follow django channels documenta

Raja Simon 130 Dec 17, 2022
Pyramid configuration with celery integration. Allows you to use pyramid .ini files to configure celery and have your pyramid configuration inside celery tasks.

Getting Started Include pyramid_celery either by setting your includes in your .ini, or by calling config.include('pyramid_celery'): pyramid.includes

John Anderson 102 Dec 02, 2022
Asynchronous tasks in Python with Celery + RabbitMQ + Redis

python-asynchronous-tasks Setup & Installation Create a virtual environment and install the dependencies: $ python -m venv venv $ source env/bin/activ

Valon Januzaj 40 Dec 03, 2022