Login Form
This project will guide you to create a simple login form with
Front End : Angularjs, Bootstrap CSS Framework
Backend : PHP & mySql
For begineers
Creating database and user credentials can be seen under creating database folder
After creating database go to api/login.php
Give your credentials/password/name inside the quotes
/Enter your database username/ $db_username = "root";
/Enter your database password/ $db_password = "";
/Enter your database name/ $db_name="";