Lovekesh-GH / e-commerce

A modern e-commerce website which tries to provide you with the latest products and will also provide you with the world's best digital products.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopify

Introduction

Shopify is a e-commerce website. E-commerce is the short name for ‘electronic commerce’.The fast and dramatic changes in information technology specially in last one decade has given new concept of marketing in which buyer and seller do not see each other face to face nor see the goods physically; the whole transaction is carried out with the help of online communication.

🔭   About this Project

A modern e-commerce website which tries to provide you with the latest products. So one may ask that there are hundreds of websites in the market, so what is different in this.There is a catch in this my friend.
Gone were the days when you have to waste time in login,registering for the website and there are no such websites that will also provide you with the world's best digital products.Don't miss the golden opportunity to get access it all.


🛠  Tech Stack

Django  Python  HTML  CSS  Javascipt BOOTSTRAP


💼   Testing

The first thing to do is to clone the repository:

$ git clone https://github.com/Lovekesh-GH/e-commerce.git
$ cd e-commerce
  • Create a virtual environment to install dependencies in and activate it:

      $ python3 -m venv venv
      $ source venv/bin/activate
  • Install the django using

    $ pip3 install django
  • Install all the dependencies using

    $ pip3 install -r requirements.txt
  • Run the migrations using the following commands

    $ python3 manage.py makemigrations
    $ python3 manage.py migrate
  • Run the Django server by

    $ python3 manage.py runserver

Note : In case you encounter errors during migrations, make sure that you have access rights to db.sqlite3 file. You can use the following command to rectify permission denied error

$ chown *username* db.sqlite3

Run the migrations again to continue.


🤝🏻  Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License: MIT

Distributed under the MIT License. See LICENSE for more information.

About

A modern e-commerce website which tries to provide you with the latest products and will also provide you with the world's best digital products.

License:MIT License


Languages

Language:Python 56.9%Language:HTML 31.0%Language:JavaScript 6.2%Language:CSS 3.2%Language:Makefile 2.8%