https://github.com/momoko606/taskapp
A Demo Web application with CodeIgniter 4.
https://github.com/momoko606/taskapp
codeigniter php7
Last synced: about 1 month ago
JSON representation
A Demo Web application with CodeIgniter 4.
- Host: GitHub
- URL: https://github.com/momoko606/taskapp
- Owner: MOMOKO606
- License: mit
- Created: 2022-10-11T20:25:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T19:07:19.000Z (over 1 year ago)
- Last Synced: 2025-01-25T22:54:30.633Z (3 months ago)
- Topics: codeigniter, php7
- Language: PHP
- Homepage:
- Size: 177 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A demo web application with the CodeIgniter 4
This is a concise but enterprise-level web application demo that is quite similar to the project I have done for the ZiHan Art Studio Portal & Management system.
The Demo's core features include:
* Signup: User account registration with the official Shield package
* Authentication: login with remember me
* User administration
* Role-based access control
* Account activation by email
* File uploads and image processing
* Create, Read, Update, Delete (CRUD) for database records
* The whole codebase focuses on decoupling and maintainability between modulesAs CodeIgniter is a completely new PHP MVC framework to me, I am learning and simultaneously creating this demo. I am striving to adhere to industry standards and best practices throughout the process. During this period, I have referenced the official CodeIgniter manual, as well as many instructional videos on Udemy and YouTube.