Skip to content

shindesharad71/Angular-PHP-CRUD-Oprations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✔️ Angular PHP CRUD Oprations

A Simple CRUD Operations script using Bootstrap Material, PHP, MySQL and AngularJS 1.4.x

Demo image

📌 Resources Used while Making

  • PHP
  • AngularJS 1.4.x
  • JQuery
  • Bootstrap Material Design

📌 Installation

CRUD Oprations with AngularJS requires PHP 5.6+

Export angular-DB.sql file in your database.

Add Your Database Details in dbconfig.php file.

	$hostname = 'localhost'; 	// Host Name
	
	$user = 'root'; // username of host
	
	$password = ''; // password of host
	
	$dbname = ''; 	//database name

📌 Version

v1.0

  • released on 17-12-2016

📌 License

MIT

Free Software, Hell Yeah!

( readme updated on 17-12-2016 )

About

A Simple CRUD Operations script using Bootstrap Material, PHP, MySQL and AngularJS 1.4.x

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published