Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nirav-gajera/codeigniter-crud

simple codeginiter CRUD operation app to manage posts ,search post functionality with ajax ,bootstrap
https://github.com/nirav-gajera/codeigniter-crud

ajax application bootstrap codeigniter codeigniter-crud codeigniter3 crud environment html-css-javascript jquery laravel package php php-framework repository sql vscode

Last synced: about 1 month ago
JSON representation

simple codeginiter CRUD operation app to manage posts ,search post functionality with ajax ,bootstrap

Awesome Lists containing this project

README

        

# codeigniter-crud
simple codeginiter CRUD operation app to manage posts with bootstrap

# Installation

1. import database `codeid_blog` in your sql
2. change database name with your database name in application/config/database.php
3. change `$config['base_url'] = 'http://localhost:8080/codeig_blog';` with your base_url in application/config/config.php
4. run `http://localhost:8080/codeig_blog` and you're good to go!