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
- Host: GitHub
- URL: https://github.com/salithaucsc/codeignitercrudsystem
- Owner: SalithaUCSC
- License: mit
- Created: 2017-09-12T19:04:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T09:12:52.000Z (over 8 years ago)
- Last Synced: 2025-08-17T12:41:50.450Z (10 months ago)
- Topics: bootstrap3, codeigniter3, crud-application, mysql, php
- Language: HTML
- Homepage: https://salitha94.blogspot.com/2017/09/crud-application-with-codeigniter-and-bootstrap-part1.html
- Size: 1.78 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: license.txt
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.

---

---
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".