VueJS Assignment
VueJS Assignment
User login
Create user Registration so that ONLY authorized user can login to the system.
Table : users
Customer pro le
A client need an web app to manage their customer profile with some basic information like:
Table : customers
Name (Required)
Registration date
Address
Score
Created At
Updated At
Score update
Table : purchases
And everytime customer purchase their products they need to update their score points which based on the sum of all the amount for each client 1 score = 10$ .
At this point create a menu item for user to lookup customer or search by name or phone number and then ll in the amount of money. there should be another table for this
transactions call purchases relationship One-to-Many from Customer
Customer-ID (Required)
Amount (Required)
After user ll in the record in that purchases table then also update the score in table customers as well.