#Todo App using CI3 and AngularJS
This is a simple To Do application using CodeIgniter 3.0 and AngularJS.
##How to install
These are simple steps for you to start using the script.
- Clone the repo
- Create a database
- Update your database config in application/config/database.php
- Import ci3_angular_todo.sql into your db.
- Done!
##Tutorials
You may refer to my blog for detail tutorials:
Create Todo App with CodeIgniter 3 + AngularJs – Part 1
Create Todo App with CodeIgniter 3 + AngularJs – Part 2