Skip to content

Full-stack django online fish ecommerce website with custom admin panel and custom user and webapp

Notifications You must be signed in to change notification settings

emhash/Online-Fish-Market-Website

Repository files navigation

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