A mini e-commerce platform built using Django.
Includes session-based authentication, product variants, a full cart system, and Razorpay integration β all designed with a clean, responsive UI.
git clone https://github.com/Mohan3C/Textio.git
cd Textio
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver- Session-based login and authentication
- Product listing and product detail pages
- Variant-based product selection
- Session-based cart (add/remove/update quantity)
- βBuy Nowβ flow
- Full checkout system
- Razorpay integrated for online payments
- Responsive user dashboard
- Manage products
- Manage variants
- Manage coupons and discount rules
- Manage orders
- Simple, clean Django admin interface
- Backend: Django, Python
- Frontend: HTML, CSS, Tailwind
- Database: SQLite
- Payments: Razorpay
- Tools: Git, GitHub
projecttextio/
|
βββ apptextio
| |
| βββ migrations/
| βββ templates/
| βββ # project .py files
|
βββ projecttextio/# project config
βββ manage.py
For portfolio and learning use.