/ecom

Primary LanguagePython

ecom

This is an Ecommerce site built with Django3.

Installation

The first thing to do is to clone the repository:

git clone git@github.com:TomeCirun/ecom.git
cd ecom

Create new virtual environment and activate:

python3 -m venv ecomerce
source ecomerce/bin/activate

In the root directory run:

pip install -r requirements.txt

Run the app

To start the application run:

python manage.py runserver

Then navigate to http://127.0.0.1:8000/ to access the site.