Skip to content

ViktoryiaStrylets/Ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce

Django/Bootstrap4/Mysql

ShopWorld E-Commerce Platform

I love 🛍️

Getting Started

Prerequisites

  • Python 2.7. x or 3.4. x.
  • easy_install and Pip.
  • Git.
  • virtualenv.
  • Django.
  • Database (SQLite, MySQL, PostgreSQL, MongoDB, etc.)
  • Text editor (Sublime, vim, Komodo, gedit)

SetUp

  1. Grab a copy of the project.
  2. git clone ecommerce.git

  3. Create a virtual environment and install dependencies.
  4. mkvirtualenv ecommerce

    pip install -r requirements.txt

  5. Enter your database settings in settings.py.
  6. Initialize your database.
  7. python ./manage.py syncdb

    python ./manage.py migrate

    If your app has a custom user model, you'll need to create a new superuser for the admin.

    python ./manage.py createsuperuser

  8. Run the development server to verify everything is working..
  9. python ./manage.py runserver


Build with

  • MySql - Backend
  • Django - Python Web framework to handle th backend application layer
  • Bootstrap -The CSS framework was used to build the front-end

Navigation





©right copyright ShopWorld