mazdakdev / rendOlives

An E-Commerce Website in Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RendOlives

RendOlives is a complex online e-commerce website for selling olives and etc built with Django. it supports adding diffrent products and selling them. you could analyse your income with admin panel. and it is connected to sms API and ZARINPAL payment method


Screenshots

screenshot screenshot screenshot screenshot screenshot screenshot screenshot


Tools Used to develope this web-app🎯

HTML Python CSS postgresql redis celery git django firefox macos appple vscode tailwind.css djangorest


How to Setup and Run ⚡️


Setup Variables in code :

1/2 Config secret Key

Location : ( rendOlives/settings.py ~ line 33)

   # SECURITY WARNING: keep the secret key used in production secret!
   SECRET_KEY = ''

2/2 Config ZARINPAL API TOKEN

Location : (rendOlives/settings.py ~ line 66 ~ 68)

     'ZARINPAL': {
           'MERCHANT_CODE': '',
       },
   
   },

Setup

install requires modules

user@host:~$ pip3 install -r requirements.txt

run development server

user@host:~$ python3 manage.py runserver

Contributions :

Feel free to give your opinion and show my issues for my improvement

About

An E-Commerce Website in Django


Languages

Language:CSS 56.9%Language:HTML 27.5%Language:JavaScript 11.7%Language:Python 3.8%