You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Initialise (Currently gives a few initial values to the databases)
(In practical case, it should only be run once to create the tables)
Use:
<arg1> = create
<arg2> = [any String]
2. Add New Account
Use:
<arg1> = newAccount
<arg2> = [A string in JSON format, currently able to store (clientID, name, location, gender, birthday, job and sport preference) with the client ID is the only must have]