Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EcomStore

How to Get Started

Step 1: Create a Virtual Environment for the project:

  1. Search Command Prompt and Open it.
  2. Run the follwing commands

cd Desktop

mkdir Capstone

cd Capstone

python -m venv venv

venv\Scripts\activate.bat

  1. Close Command Prompt

Step 2: Forking and Cloning

Fork

1.Click On Fork

image

Cloning

  1. Open command prompt and run the following commands -

cd Desktop\Capstone

git clone https://github.com/userName/EcomStore.git

Step 3: Installing Required Dependencies

  • Open Command Prompt and run the following commands

cd Desktop\Capstone

venv\Scripts\activate.bat

cd EcomStore

pip install -r requirements.txt

python manage.py runserver

Step 4: Open the Folder as a Project in any Editor

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages