Skip to content

CRUD using AngularJs, PHP and MySQL technologies.

Notifications You must be signed in to change notification settings

ltaverao95/Crud-Angular

Repository files navigation

CRUD AngularJs

Basic CRUD using AngularJs 1.x, PHP and MySQL technologies.

Using a PHP data layer to perform structure and usability in application.

Other Technologies Used

  1. Bower
  2. Gulp
  3. Npm
  4. Bootstrap

Steps To Configurate Project

  1. Create a database in PHPMyAdmin with the name crud_angular.
  2. Import [DataBase File] (Data/DataBase_Backup).
  3. Clone Repository.
  4. Open project with your prefered editor and run bower install to install dependencies.
  5. Create folder with the follow name "tmp" in Server/tmp.

Optional Actions

Go to Client/GulpTasks in command prompt and run gulp command to execute some tasks to project.