/pashop

Primary LanguagePython

Django Ecommerce App

Setup

Install dependencies:

pip install -r requirements.txt

Apply migrations and start server:

python manage.py migrate
python manage.py runserver

Open your browser to http://localhost:8000 and you should see the application.