Skip to content

fshah2/FuelQuoteGenerator

Repository files navigation

FuelQuoteGenerator

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:

  1. install xampp from https://www.apachefriends.org/index.html
  2. copy the all files from github to the "htdocs" folder where xampp is installed on the local machine.
  3. open xampp and start appache and mysql
  4. open browser and go to localhost.
  5. open applications.html-> phpMyAdmin. import database from "github/database file/test.sql"

About

A web application to generate quotes based on the factors provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published