Skip to content

Latest commit

 

History

History
114 lines (82 loc) · 3.76 KB

README.md

File metadata and controls

114 lines (82 loc) · 3.76 KB

Contributors Forks Stargazers Issues MIT License Twitter


Logo

Kdfresh.in

E-commerce web app using Django and Python!
Explore the docs »

View Demo · Report Bug · Request Feature

Getting Started

To get a local copy up and running follow these simple steps.

$ git clone -b master https://github.com/ankit-v2-1/ecommerce-django-app.git
$ cd ecommerce-django-app 

Dependencies

Creating Virtual Environment:

$ python3 -m pip install --user virtualenv
$ python3 -m venv env
$ source env/bin/activate

Installing Dependencies:

$ pip3 install -r requirements.txt

Running Localserver

$ python3 manage.py runserver

Roadmap

See the open issues for a list of proposed features (and known issues).

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.