7
MyCART Description The project’s main idea is to develop an online application for users who want to advertise their stuff to sell on web for free of cost. There are many websites in the market that are working on same principle. Users who want to sell their stuff always look for buyers and so for buyers too. The main purpose of this project is to provide a platform for sellers to advertise their product and users to search for product and contact sellers. Sellers can post their ads on website and buyers can search for stuff in desired categories and contact seller to buy them. The project works under client server communication and .NET is the platform used for implementing this application. This application provides scope for further development of project by adding additional features to the application. User Module Registered user login account view all classified details

MyCART

  • Upload
    hemant

  • View
    213

  • Download
    1

Embed Size (px)

DESCRIPTION

Document on online classified website

Citation preview

MyCARTDescriptionThe projects main idea is to develop an online application for users who want to advertise their stuff to sell on web for free of cost. There are many websites in the market that are working on same principle. Users who want to sell their stuff always look for buyers and so for buyers too. The main purpose of this project is to provide a platform for sellers to advertise their product and users to search for product and contact sellers. Sellers can post their ads on website and buyers can search for stuff in desired categories and contact seller to buy them.The project works under client server communication and .NET is the platform used for implementing this application. This application provides scope for further development of project by adding additional features to the application. User Module Registered user login account view all classified details can search by category place advertisement update and cancel placed advertisement bidding post response/comments Guest user view all classified details can search by category sign up for new account

Sign upNew user can register can register at this part of the project. Here user means client who enters into the web site.Login This part of the project for the previous clients of the site, whose are already registered at here they can login and view the related things to themselves and they can post ads, view ads, post comments.

View/search advertisements by categoryThis is the display view of the stuff. Here user can search the desired stuff by category .view its details and select the desired stuff.Post adsUser can post an ads by adding the product category, its sub category, its description with picture and price at which he want to sell it.Update/cancel placed advertisementUser can update product description as the way he likes. On selling of product the user should delete the placed advertisement.

Administrator Module Manage User Login Account - Can Activate, Deactivate, and Delete User Account. Upload notice Enter details- add category, delete category, modify. System updating.

Manage user login account

Admin can activate a users account, deactivate it or delete an account.

TABLE STRUCTURE

USERS TABLEColumn nameData typeSizeAllow nullsConstraintsRemarks

Usernamevarchar50TrueForeign key

Passwordvarchar50True

Rolevarchar50True

CUSTOMER TABLEColumn nameData typeSizeAllow nullsConstraintsRemarks

Usernamevarchar50falsePrimary key

Passwordvarchar50true

C_namevarchar50true

DOBdatetimetrue

Marital _statuschar10true

Contact_Nointtrue

Email_idvarchar50true

Postal _Addrvarchar50True

V_codevarchar50True

PRODUCTS TABLEColumn nameData typesizeAllow nullsConstraintsRemarks

P_IDvarchar50FalsePrimary key

P_Namevarchar50True

P_Pricedecimal(18,0)True

P_Descrpvarchar500True