GithubHelp home page GithubHelp logo

shreyan55 / django-ecommerce Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hereshem/django-ecommerce

0.0 0.0 0.0 93 KB

Django Ecommerce Project

Home Page: http://ecommerce.hem.xyz.np

Python 50.95% CSS 1.04% HTML 48.01%

django-ecommerce's Introduction

eCommerce Shop Django Project

Development Steps

  1. Requirements Gathering
  2. Features Listing
  3. Models Listing
  4. Fields Listing
  5. Create Project (django-admin startproject ecommerce)
  6. Create App (python manage.py startapp shop)
  7. Write Models
  8. Add app in settings.py
  9. Register app in admin
  10. Add media information for uploads in settings.py and urls.py
  11. Create migrations (python manage.py makemigrations shop)
  12. Migrate (python manage.py migrate)
  13. Add meta in models
  14. Create urls for frontend
  15. Write views
  16. Create templates
  17. Create static folders and files
  18. Bootstrap template setup
  19. Home page and detail page design
  20. Work for signup and login
  21. Review and forms
  22. Other remaining features
  23. Finalizing project

Installations

eCommerce Project Features Listing

  • Admin adds the category and products
  • Browses all the products and categories
  • User can signup and login
  • User can add review for the product
  • Search all the products using filters
  • Add products in cart
  • User can checkout product

Models and Fields Construction

  1. Categories

    • name
    • slug
    • image
    • description
    • featured
    • active
  2. Products

    • name
    • slug
    • image
    • brand
    • shipping
    • description
    • price
    • category
    • featured
    • active
    • created
    • modified
  3. Review

    • product
    • user
    • rate
    • review
    • created
  4. User

    • username
    • email
    • password

django-ecommerce's People

Contributors

hereshem avatar hem-shrestha avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.