/userform

Primary LanguageVueMIT LicenseMIT

userform

Customer frontend application made with VueJs, for get data from customers

Test Application

git clone git@github.com:Allislove/userform.git

npm install
npm run dev

branch master start in the step 1, so you are fine!

git checkout step-2 (for test the second step)

git checkout step-3 (for test the third step)

Example of data send into the web console

{
    "pais": "Colombia",
    "genero": "Masculino",
    "nombre": "Andrés",
    "apellido": "Romaña",
    "fechaDeNacimiento": "1997-09-14",
    "tipoDocumento": "CC",
    "numeroDocumento": "1017250923",
    "fotoDocumentoFrente": "",
    "fotoDocumentoReverso": "",
    "email": "sssssssss@gmail.com",
    "contrasena1": "ssssssss",
    "contrasena2": "ssssssss",
    "telefono": "3114074063",
    "numeroCelular": "3114074063",
    "direccion": "Calle ",
    "ciudad": "Medellin",
    "codigoPostal": "05001"
}