https://github.com/codervivek5/e-commerce-project
This Project is create by Django
https://github.com/codervivek5/e-commerce-project
Last synced: 2 months ago
JSON representation
This Project is create by Django
- Host: GitHub
- URL: https://github.com/codervivek5/e-commerce-project
- Owner: codervivek5
- Created: 2022-10-12T18:12:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T19:04:26.000Z (over 3 years ago)
- Last Synced: 2025-03-06T06:32:57.286Z (over 1 year ago)
- Language: Python
- Size: 330 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-commerce-project-setup
This Project is a Django project so you need to setup it in local system
step-1
{ install python3 latest version }
step-2
open the folder and run the below command to install the django
{ pip install django }
{ pip install -r requirements.txt }
step-3
All the dependencies will be install automatically
Now for live the project just use below command
{ python manage.py runserver }