client-ui
Version:
Testing implementation of nodeJs Backend, angular frontend, and hopefully in a way that this can be deployed to s3/cloudfront
17 lines (16 loc) • 512 B
JavaScript
var client = function() {
return {"personalInformation": {
"firstName": "Larry",
"lastName": "Johannes",
"streetAddress": "5635 Fantastic",
"city": "Atlantis",
"state": "ME",
"zip": 38220,
"birthdate": "1992-01-01T05:00:00.000Z"
},
"email": 'QuickenPersonalLoans+' + String(randomint(0,1000000000)) + "@gmail.com",
"clientId": "4fa7fddc-9c6d-4c1a-9d13-4a5cfa7e5685",
"password": "goMSU123!"
};
};
module.exports = new client();