Skip to content

Mahciakowa98/project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

project

Ecommerce - web application (Python - Django, JavaScript, HTML, CSS)

A web application created using the Django framework - shirt online store

Technologies used

  • Python
  • Django
  • JavaScript

Python modules

  • asgiref
  • boto3
  • botocore
  • Django
  • django-allow-cidr
  • django-crispy-forms
  • django-mathfilters
  • django-utils-six
  • gunicorn
  • jmespath
  • packaging
  • Pillow
  • pyparsing
  • python-dateutil
  • s3transfer
  • six
  • sqlparse
  • tzdata
  • urllib3

Installation

To start working with the project you need to install the framework Django:

python -m pip install Django

Clone project to your computer:

git clone https://github.com/Mahciakowa98/project.git

Make sure you have installed virtualenv and you have created your virtual environment:

pip install virtualenv

Next - upload the file requirements.txt:

pip install -r requirements.txt

Migrate project:

python manage.py migrate

After successful migration you can run the project on your lockalhost:

python manage.py runserver

Releases

No releases published

Packages

No packages published

Languages