cryptofox17/Web_Development
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
**************Internshala Web Development Final Project Solution************************************************* DESCRIPTION: This is my solution to the e-commerce website of the Final Project Extract the files from final_project.zip. _____________________________________________Folder Structure__________________________________________________ final_project/ ├── images/ (contains all images required for developing the website) │ ├── bg_img.jpg ├── img/ (folder to store files uploaded by user) ├── includes/ │ ├── common.php │ ├── footer.php │ └── header.php ├── styles.css ├── readme.txt ├── index.php ├── about_us.php ├── home_page.php ├── change_password.php ├── change_password_script.php ├── create_new_plan.php ├── create_new_plan_script.php ├── expense.sql (Database of the project) ├── login.php ├── login_script.php ├── logout_script.php ├── products.php ├── new_expense_script.php ├── expense_distribution.php ├── signup.php ├── signup_script.php ├── showbill.php ├── details.php └── viewplan.php ____________________________________________SETUP_________________________________________________________________________________________ 1.) Start the Apache and MySQL modules using the WAMP. 2.) Open the phpMyAdmin and create a database "expense". 3.) Import the expense.sql file present in the zip folder. 4.) Open the www folder in the wamp folder. Copy paste the folder final_project. 5.) Open the browser (chrome), type localhost/final_project and you should see the index page of the website. ******************************************************************************************************************************************* CONTACT: banjaliraj@gmail.com ******************************************************************************************************************************************* LICENSE AND COPYRIGHT: All the images used for this project are representational images. I hold no copyright over these images. TRADEMARKS: 1.)The trademarks of the brands belong to the respective brands and Internshala does not trademark violations. 2.)"Ctrl Budget" is not a registered trademark of mine nor do I hold any copyright over the use of these words.