ahmadreza-smdi / ms-shop

ms shop is an online market that works with data mining assocition rule for suggesting the products

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ms-shop

ms shop is an online market that works with data mining assocition rule to suggest the products.

Running the project

All the files of the project are combined and all the modules are set to one file, so to run the

First of all you need to install pip3

sudo apt-get -y install python3-pip

After that, you need to install django with pip -- each version of django is different. In this project we work with djnago v2.0 . By executing the below code you will install latest verion of django

pip3 install django

We have all the requirements listed in requirments.txt so you can use that to install all of them.

pip3 install -r /path/to/requirements.txt

Also the requirements are listed as

astroid==2.2.5
Django==2.2.4
isort==4.3.21
lazy-object-proxy==1.4.2
mccabe==0.6.1
psycopg2==2.8.3
pylint==2.3.1
pytz==2019.2
six==1.12.0
sqlparse==0.3.0
typed-ast==1.4.0
wrapt==1.11.2

After installing you can run the project by using the following command

python3 manage.py runserver

Built With

Authors

Thanks for your attention.

About

ms shop is an online market that works with data mining assocition rule for suggesting the products

License:MIT License


Languages

Language:Python 93.9%Language:CSS 3.5%Language:HTML 1.3%Language:JavaScript 1.2%Language:Shell 0.0%Language:PowerShell 0.0%