mishrakeshav / Django-E-Commerce

E-Commerce application using django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIT License LinkedIn


Django E-commerce

E-Commerce website using django

Table of Contents

Built With

Getting Started

python manage.py makemigrations
python manage.py migrate 
python manage.py runserver

Installation

  1. Clone the repo
git clone https://github.com/mishrakeshav/Django-E-Commerce.git
  1. Create a virtual env and install all the dependencies
pip install -r requirements.tct

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

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

About

E-Commerce application using django

License:MIT License


Languages

Language:Python 54.9%Language:HTML 36.9%Language:JavaScript 4.2%Language:CSS 4.0%