Skip to content

bobur22/E-commerece

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👋 This is my E-commerce project and it's by name related on shopping clothes

A passionate full-stack developer from Uzbekistan

Intro

Before start pull my files to your lap top.

git clone git@github.com:bobur22/E-commerece.git

And then open your terminal and start creating by env file

  python3 -m venv .env

then activate env file.

And after that start with installing requirements.txt

pip install -r requirements.txt

then make a migrations.

./manage.py makemigrations

and after that migrate it.

./manage.py migrate

before runing server create super user in order to open admin panel.

./manage.py createsuperuser

then finally start project.

./manage.py runserver

#Then you can open website on your local host.

and project is ready.

About

Project e-commerce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published