/E-commerce-Django

A Django Rest api to facilitate ecommerce application.

Primary LanguagePython

Build Status Made With

WEB-FX 🌐

An E-Commerce application for small scale industries.

Features 📋

What makes our app standout!

  • Authentication ✔️
  • HomePage 🏠
  • Search Page 🔍
  • ProductPage 📦
  • Cart Page 🛒
  • Track Orders(with status) 🎯
  • Filter product(price range, sort price, category) 🗄️
  • Admin 👑

TechStack 👨‍💻

  • FrontEnd : React (Repo link - E-commerce-react) ⚛
  • BackEnd : Django 🔮
  • Database : Firebase 🔥

Prerequisites

Make sure you have knowledge about Django. Follow the official documentation.

  • Django

    pip install django

Installation

  • Clone the repo

    git clone https://github.com/Shakileash5/E-commerce-Django
  • Install the Dependencies

    pip install -r requirements.txt
  • Start the server

    python manage.py runserver

Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Made with ❤