sageteamorg /
django-sage-painless
A handy tool for generating Django-based backend projects without coding. On the other hand, it is a code generator of the Django framework.
Loading repository data…
mahii-crypto / repository
A Django-based backend system for an e-commerce application that handles user authentication, product management, and basic shopping operations using RESTful APIs. It demonstrates CRUD operations, database integration, and backend development skills using Python and Django.
:
🛒 E-Commerce Backend API
A scalable RESTful E-Commerce Backend API built with Django REST Framework. The application provides authentication, product management, order processing, payment integration, and secure API endpoints for modern e-commerce platforms.
✨ Features JWT Authentication and User Management Product CRUD Operations with Categories Order Management and Checkout System Payment Gateway Integration (Stripe) Email Verification and Password Reset API Documentation using DRF Spectacular PostgreSQL Database Support Secure REST APIs with Django REST Framework
🛠️ Tech Stack Technology Purpose Python Backend Development Django Web Framework Django REST Framework API Development PostgreSQL Database JWT Authentication Stripe Payment Processing Git & GitHub Version Control Render Deployment
📂 Project Structure ecommerce-api/ ├── config/ ├── users/ ├── products/ ├── orders/ ├── payment/ ├── requirements.txt ├── manage.py └── README.md
🚀 Installation git clone https://github.com/mahii-crypto/E-Commerce-Backend-API.git
cd E-Commerce-Backend-API
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
🔌 API Endpoints Method Endpoint Description POST /api/user/register/ User Registration POST /api/user/login/ User Login GET /api/products/ List Products POST /api/user/orders/ Create Order POST /api/user/payments/ Process Payment 🌐 Deployment
Backend deployed on Render.
👨💻 Author
Mahesh
Selected from shared topics, language and repository description—not editorial ratings.
sageteamorg /
A handy tool for generating Django-based backend projects without coding. On the other hand, it is a code generator of the Django framework.
ZRJ07 /
This is a django-based E-Learning-System for students and teachers. Teachers can create courses on various topics and students enroll. We use html and css for frontend work and django framework for backend.
german-zarate /
The IMDb Django Backend Project is a Django-based RESTful API for managing movies,streaming platforms, and users. Built with Django Rest Framework, it provides user authentication, customizable codebase, and sample data for quick setup. With its powerful features, this project serves as a solid foundation for building IMDb-like applications.
3asyPe /
Django-based backend and Angular-based frontend for a budget-manager application
Harshali-14 /
A modern Django-based online bookstore with user authentication, cart system, and Razorpay payment integration.
JahelCuadrado /
Django-based news aggregation platform with web scraping capabilities. Includes user management and a REST API backend.