Skip to content

raiyan12999/Dokaan-Ghor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dokaan Ghor

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.


Features

  • 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.

Technology Used

  • Python (Django Framework)
  • SQLite (Database)
  • HTML (Django Templates)
  • CSS (Django Templates)

Backend

  • 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.

Frontend

  • Basic HTML and CSS templates for rendering pages.
  • No JavaScript or frameworks are used.

Limitations

  • No REST API integration.
  • Limited scalability due to the use of SQLite.
  • Basic template design JavaScript interactivity.

Future Enhancements

  • 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.

Author

Raiyan Bin Atik
GitHub Profile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published