Deliverable #1

1. Designed a simple SignUp form with fields username, password and email address using AngularJS. For the backend I used php and database is mySQL.

form

2.When you click on SignUp button after entering the username,password and email, the angular form uses post method to pass the user entered details to php program. Php program sets up the database connectivity and checks if the values are already present in the database. Incase if user does not exist,it creates a new user.

form

3. If user is already present it shows an error message "User already exists".

form