A dynamic e-commerce website designed while keeping the mobile first design approach as the primary focus. A responsive website made using Django, as the templating engine (Jinja2) and back-end, and Bootstrap 5.0, for front-end, along with HTML, CSS and JavaScript.
Python 3.6 or later is required to run the project
Download directly via GitHub or by using Git:
git clone https://github.com/vishnuz1611/Inhouse-project.git
Install pip
python -m ensurepip --upgrade
Install virtualenv
pip install virtualenv
virtualenv venv
From the project's root directory:
cd venv/Scripts
activate
From the project's root directory
pip install -r requirements.txt
From the project's root directory
cd core
python manage.py runserver
To stop the server press Ctrl + C
To stop the server
cd venv/Scripts
deactivate