An open API service indexing awesome lists of open source software.

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

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\python

step3:
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 -----