Skip to content

Fictional Clothline store website is a fictional store that sells high end clothes and jewerly. It wants to be able to let their employees login and add customers to their mailing list that is usually generated as a CSV file. They would also loved to search for the address of their customers using a search interface above the input form.

Notifications You must be signed in to change notification settings

tiprock-network/floridaclothstore-customer-addresslist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fictional Florida Clotheline Store

Fictional Clothline store website is a fictional store that sells high end clothes and jewerly. It wants to be able to let their employees login and add customers to their mailing list that is usually generated as a CSV file. They would also loved to search for the address of their customers using a search interface above the input form.


A copy of this project can be found on

github.com/tiprock-network

Contact: [email protected]

Technologies Utilized in this small project

  • Php
  • Xampp as a web server and host for MySQL
  • Javascript (for an interactive website and also to send requests to the server), HTML, CSS
  • Composer to import necessary dependencies required
  • PHPmailer - used to send reset links to emails (the reset links are valid for about 10 minutes)

Instructions

Before we can set up the database, we should make sure that the XAMPP Apache Server and MySQL and Tomcat are turned on in order to provide a local server environment.

Setting up the database:

  • First, go to /database.
  • Confirm if the floridastore.sql is present.
  • After which you will need to go to XAMPP by going to your browser paste the URL: localhost/phpmyadmin. xampp
  • On the dashboard look for import, and import floridastore.sql as the database. xampp-import
  • Hit the Go button below and you are done importing the database.

Configuring the config file

In order to connect to the database the HOSTNAME, USER, PASSWORD & DATABASE need to be specified. In this case, since we are using XAMPP then we will add the following parameters as follows respectively: 'localhost', 'root','add_your_password', 'floridastore'.

If your XAMPP MySQL user account does not have a password, leave it blank. Now to do all the explained we navigate as follows, in the directory we follow the path /config/config.php. Open the file and replace all the values as shown above. config

Running the project

To run the project, make sure the whole folder(clothstore) has been transferred to the folder htdocs located at: C:\xampp\htdocs

Now to run the main page of the project in our browser we shall run this URL in the browser: Click here to open Clothstore

About

Fictional Clothline store website is a fictional store that sells high end clothes and jewerly. It wants to be able to let their employees login and add customers to their mailing list that is usually generated as a CSV file. They would also loved to search for the address of their customers using a search interface above the input form.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published