A web application to generate quotes based on the factors provided. (web application hosted on localhost)
Description: A partner of your company has requested to build a software application that will predict the rate of the fuel based on the following criteria:
- Client Location (in-state or out-of-state)
- Client history (existing customer with previous purchase or new)
- Gallons requested
- Company profit margin (%)
Software includes following components:
- Login (Allow Client to register if not a client yet)
- Client Registration (Initially only username and Password)
- Client Profile Management (after client registers they should login first to complete profile)
- Fuel Quote Form with Pricing module (Once user enters all required information pricing module calculates the rate provides total cost)
- Fuel Quote History
Installation Guide:
- install xampp from https://www.apachefriends.org/index.html
- copy the all files from github to the "htdocs" folder where xampp is installed on the local machine.
- open xampp and start appache and mysql
- open browser and go to localhost.
- open applications.html-> phpMyAdmin. import database from "github/database file/test.sql"