Inspiration
E-commerce is fast gaining ground as an accepted and used business paradigm. More andmore business houses are implementing web sites providing functionality for performingcommercial transactions over the web. It is reasonable to say that the process of shopping on the web is becoming commonplace.The objective of this project is to develop a general-purpose e-commerce store where any product (such as books, CDs, computers, mobile phones, electronic items, and home appliances) can be bought from the comfort of home through the Internet. However, for implementation purposes, this paper will deal with an online ecommerce store.
What it does
An online store is a virtual store on the Internet where customers can browse the catalog and select products of interest. The selected items may be collected in a shopping cart. At Checkout time, the items in the shopping cart will be presented as an order. At that time, more information will be needed to complete the transaction. Usually, the customer will be asked to fill or select a billing address, a shipping address, shipping option, and payment information such as a credit card number. An email notification is sent to the customer as soon as the order is placed
## Challenges we ran into The project is about to handle all the information of the shop regarding members. Also it manages resources which were managed and handled by manpower previously. The main purpose of the project is to integrate distinct sections of the shop into consistent manner so that complex functions can be handled smoothly. The project aims at the following mattersAutomation of product manipulation.Buying products.To manage information of different types of items.Consistently update information of all the item.Managing security by providing authorized email & password.Manages database efficiently.
How we built it
HTML Every webpage you look at is written in a language called HTML. You can think of HTML as theskeleton that gives every webpage structure. In this course, we'll use HTML to add paragraphs,headings, images and links to a webpage.In the editor to the right, there's a tab called test.html. This is the file we'll type our HTML into.Like any language, it has its own special syntax. A browser's job is to transform the code intest.html into a recognizable webpage! It knows how to lay out the page by following the HTMLsyntax. Css Cascading Style Sheets (CSS) is a style sheet used for describing the presentation of adocument written in a markup language.[1] Most often used to set the visual style of web pages anduser interfaces written in HTML and XHTML, and is applicable to rendering in speech, or on othermedia. Along with HTML and JavaScript, CSS is a cornerstone technology used by most websites tocreate visually engaging MySQL MySQL is a database system used on the web.MySQL is a database system that runs on a server.MySQL is ideal for both small and large applications.MySQL is very fast, reliable, and easy to use.MySQL uses standard SQL.MySQL compiles on a number of platforms.
Accomplishments that we're proud of
What we learned
What's next for Automated E-commerce
World domination
Log in or sign up for Devpost to join the conversation.