To implement the system you previously designed for Fast Travel (Assignment 1) using html, PHP and MySQL. In this assignment, you are going to implement the customer and admin systems. For the custome

Assignment 2 Due date: Nov. 12 a t 11:59 pm Now is the time to implemen t the system you previously designed for FastTravel (Assignmen t 1) using html, PHP and MySQL. In this assignment, you are going to implement the customer and admin systems. For the customer system implemen t the following features: 1.The register page is where the user can enter his/her information and sign up to be a member of FastTravel.

2. The login page is where the user can log in to his/her account.

3. The first page that the user sees after login contains available tours in the system.

4. The user can select those tours, specify the number of travelers, and add the tour to their shopping cart.

5. If the number of travelers is greater than the available tour capacity, then the customer cannot add that to their shopping cart.

6. A shopping cart where the user can delete the tours that they have \ selected before and do the checking out. Once they check out, they cannot make any further changes and there will be no more tours in their shopping cart. After the\ user checks out the capacity for that tour will decrease accordingly.

7. The personal dashboard is where the user can update their personal information (email address, password, phone number and so on).

8. The customers should be able to see the list of their previously purchased tours with their details on the order history page.

For the admin system, the following features should be presented: 1. The admin can log in to the admin panel.

2. The admin can enter new tours into the system (tour location, tour date and tour capacity). However, the admin cannot remove any tours from the system.

3. The admin can modify the tour date and capacity.

A few trivial points: Note that the same user cannot sign up twice.

To login to the system the user has to provide correct credentials.

Using CSS and JavaScript is optional. Also, the design of the user interface is your choice . There will be no requirements on how the UI should look like. The focus of this assignment is on the functionality of the system and backend.