Dokaan Ghor is a simple e-commerce project that simulates basic functionalities like adding, viewing, deleting and also buying and selling products. It focuses on implementing backend features with Django without using Django REST Framework or extensive frontend technologies.
- Function-based views for handling requests.
- SQLite database for data storage.
- Template-based frontend using Django templates, plain HTML and css .
- CRUD operations for managing products.
- Basic authentication and session handling for users.
- Python (Django Framework)
- SQLite (Database)
- HTML (Django Templates)
- CSS (Django Templates)
- Django: Utilized for routing, ORM, and handling server-side logic.
- SQLite: Lightweight database for storing product and user data.
- Function-based views: Simplified request handling for each feature.
- Basic HTML and CSS templates for rendering pages.
- No JavaScript or frameworks are used.
- No REST API integration.
- Limited scalability due to the use of SQLite.
- Basic template design JavaScript interactivity.
- Implement a RESTful API for external integration.
- Add frontend features with JavaScript and other frameworks.
- Improve database scalability by switching to PostgreSQL.
- Enhance authentication mechanisms with third-party integrations.
Raiyan Bin Atik
GitHub Profile