michalsn / CodeIgniter-AngularJS-App

Sample App based on CodeIgniter and AngularJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeIgniter AngularJS App

Sample App based on CodeIgniter 3.x and AngularJS 1.x.

This is very simple example - CRUD.

How to start?

  • Set database config in appliaction/config/database.php
  • Autoload database and url in application/config/autoload.php
  • Import database.sql file to your database
  • Adjust .htaccess file to your needs

You're ready to go - http://localhost/your_project/projects

About

Sample App based on CodeIgniter and AngularJS


Languages

Language:PHP 97.3%Language:JavaScript 2.5%Language:ApacheConf 0.1%