| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
mkdir ecommerce cd ecommerce git clone https://github.com/Arvind-4/E-commerce-REST-API.git .
pip install virtualenv python -m venv .
source Scripts/activate
pip install -r requirements.txt
python manage.py makemigrations python manage.py migrate
python manage.py runserver
Visit localhost:8000 .
| Back | FazBrowse Home | New Git URL |