Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michalsn/codeigniter-angularjs-app
Sample App based on CodeIgniter and AngularJS
https://github.com/michalsn/codeigniter-angularjs-app
angularjs codeigniter codeigniter-angularjs
Last synced: 6 days ago
JSON representation
Sample App based on CodeIgniter and AngularJS
- Host: GitHub
- URL: https://github.com/michalsn/codeigniter-angularjs-app
- Owner: michalsn
- Archived: true
- Created: 2013-02-01T11:08:26.000Z (almost 12 years ago)
- Default Branch: 3.x
- Last Pushed: 2017-02-13T11:38:32.000Z (almost 8 years ago)
- Last Synced: 2024-10-01T07:42:31.251Z (4 months ago)
- Topics: angularjs, codeigniter, codeigniter-angularjs
- Language: PHP
- Size: 115 KB
- Stars: 130
- Watchers: 26
- Forks: 120
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 needsYou're ready to go - ``http://localhost/your_project/projects``