Skip to content

Allislove/userform

Repository files navigation

userform

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

Test Application

git clone [email protected]: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": "[email protected]",
    "contrasena1": "ssssssss",
    "contrasena2": "ssssssss",
    "telefono": "3114074063",
    "numeroCelular": "3114074063",
    "direccion": "Calle ",
    "ciudad": "Medellin",
    "codigoPostal": "05001"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published