The title of my project

Django_Market

my image

Django Market, django works on the MVT concepts, [Models, Views , Templates]. Django provides the administrative services, the makes django ease to interact with the DataBase. User Authendication can be handles by the django frameworks, if validation is success the user object is get stored and provide access to the particular page

In this market app, the product objects are stored in the SQL lite 3 database, each object retrived by using select.all() query and displayed in the frontend part. The Valid user can able to access our market page, if not they redirectedd to the Register Page, where Django administrative takes roleplay.

User can able to buy the products and the ownership for the product is given to the particular user and get stored in the database

Source code