https://github.com/emhash/online-fish-market-website
Full-stack django online fish ecommerce website with custom admin panel and custom user and webapp
https://github.com/emhash/online-fish-market-website
django django-ecommerce django-fish-ecommerce django-project ecommerce ecommerce-website fish-market python python-webapp website
Last synced: 2 months ago
JSON representation
Full-stack django online fish ecommerce website with custom admin panel and custom user and webapp
- Host: GitHub
- URL: https://github.com/emhash/online-fish-market-website
- Owner: emhash
- Created: 2024-05-08T13:39:48.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T14:30:34.000Z (8 months ago)
- Last Synced: 2025-01-08T08:39:49.629Z (4 months ago)
- Topics: django, django-ecommerce, django-fish-ecommerce, django-project, ecommerce, ecommerce-website, fish-market, python, python-webapp, website
- Language: CSS
- Homepage: https://fishbazar.pythonanywhere.com/
- Size: 29.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Local Setup process:
In Admin panel:
[email protected]
password: 12345
# Process 1 ---->>## Step1:
clone the repo - git clone https://github.com/emhash/Online-Fish-Market-Website.git
cd Online-Fish-Market-Website## step2:
Activate the envoirnment:
Try any of these below -
i) source xenon\Scripts\activate
ii) .xenon\Scripts\activated
iii) .xenon\Scripts\pythonstep3:
python manage.py runserver# Process 2 ---->>
## Step1:
clone the repo - git clone https://github.com/emhash/Online-Fish-Market-Website.git
## step2:
create a virtual envoirnment in python:
NOTE: if your envoirnment not creating by below code it means you dont have venv , so intall that -
create venv - python -m venv myenv## step3:
Activate the envoirnment:
Try any of these below -
i) .myenv\Scripts\activated
ii) .myenv\Scripts\python
iii) source myenv\Scripts\activate## step4:
cd Online-Fish-Market-Website
pip install -r requirements.txt
python manage.py runserver----- THATS ALL THE PROJECT IS RUNNING -----