Skip to content

theMirmakhmudov/OnlineMarketApplication

Repository files navigation

Online Shoppping Application

1 . Main Page

img_5.png

2. Product Page

img_7.png

3. Cart Page

img_8.png

4. Orders Page

img_6.png

5. Favourite Page

img_9.png

Installation ans Set Up

git clone https://github.com/theMirmakhmudov/OnlineMarketApplication.git
pythom -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp .env-sample .env

Migrations

python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver

Migrations with Make file

make make_mig
make mig
make run

Create Super Admin

python3 manage.py createsuperuser

Create Super Admin with Make file

make admin



© Copyright 2024 Responsibility Team.

Releases

No releases published

Packages

No packages published