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

https://github.com/salithaucsc/codeignitercrudsystem

A web based CRUD system designed using CodeIgniter and Bootstrap
https://github.com/salithaucsc/codeignitercrudsystem

bootstrap3 codeigniter3 crud-application mysql php

Last synced: 2 months ago
JSON representation

A web based CRUD system designed using CodeIgniter and Bootstrap

Awesome Lists containing this project

README

          

CodeIgniter System to perform Create, Retrieve, Update and Delete functions connecting to a database
===
### Read the instructions below to the screenshots to run the project.

![crud1](https://user-images.githubusercontent.com/23145752/34388971-dcda15ac-eb5c-11e7-913d-58a9695715b4.png)
---
![crud2](https://user-images.githubusercontent.com/23145752/34388936-a7ae0320-eb5c-11e7-9c63-d8976e7f10e7.png)
---
1. Download the zip file.
2. Extract it and rename as **CICRUD**.
3. Run XAMPP or WAMP and go to "http://localhost/phpmyadmin".
4. Create a new database called **cruddb** and select it.
5. Then import the SQL file included in the project folder called **cruddb.sql**.
6. Navigate to "C:\xampp\htdocs" folder (if you are using XAMPP) or "C:\wamp\www" folder (if you are using WAMP).
7. Create a new folder called **Projects**.
8. Now move the CICRUD folder into it.
9. Type the URL for the project as - "http://localhost/Projects/CICRUD".