Skip to content

vishnuz1611/Inhouse-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inhouse Project.

La Ropa - an E-commerce Website

Django Bootstrap

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.

Installation

Python 3.6 or later is required to run the project

Cloning the repository

Download directly via GitHub or by using Git:

git clone https://github.com/vishnuz1611/Inhouse-project.git

Install the dependencies

Install pip

python -m ensurepip --upgrade

Install virtualenv

pip install virtualenv

Create a virtual environment

virtualenv venv

Activate the virtual environment

From the project's root directory:

cd venv/Scripts
activate

Install dependencies from requirements.txt

From the project's root directory

pip install -r requirements.txt

Start the project

From the project's root directory

cd core
python manage.py runserver

To stop the server press Ctrl + C

Deactivate the virtual environment

To stop the server

cd venv/Scripts
deactivate

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published