Online Grocery Shopping is an eCommerce based web application for our Web Programming project. I have developed a sample in which user can search and find necessary information about any grocery item, can proceed to checkout to buy products. User can create an account, update personal information, can check its past activities, orders and transactions, and cart items.
This project should not be modified in any way and used anywhere else without my permission.
https://github.com/kumar-shashank/online_grocery_shopping/
Frontend Languages: HTML, CSS, and Client-Side JavaScript Backend: PHP7 & MySQL Database: MYSQL Tools: MS Visual Code
MySQL has been used to create and host the database for the internet banking website.
Other than the languages/tools mentioned above no other/external libraries and/or web-page templates have been used, everything has been coded from ground-up straight from scratch.
How to build/use Setup an environment which supports web development like LAMP on Linux systems OR install WampServer/XAMPP or anything similar on Windows.
Copy the folder net-banking or the files in it to the location of the localhost. For example "/var/www/html", the loaction of localhost in Ubuntu.
Edit the file connect.php and give proper username and password of your MySQL setup.
Open a browser and test wether the setup works or not by visiting the home page. Type "localhost/index.php" as the URL in the browser to visit the home page.
However some important usernames and passwords are provided below :
Username of admin is "admin@gmail.com" & password is "password". Username of the user is their "shashankkumar269@gmail.com" & password is "password".
Xampp Server 3.4 Importing database in MySQL Details about the project An exhaustive list of features, documentation, design hierarchy, details about the web pages, database, design characterstics/features and a lot more can be found here.
The ER Diagram can also be found on the link given above or can be viewed here.
/online_grocery_shopping : Contains the source code of the website /online_grocery_shopping/images : Contains various images and icon vectors used as resources in the website /online_grocery_shopping/css : Contains various fonts(.css files) used in the website