https://github.com/billyfrcs/studentfinalprojectmanagementsystem
Student Final Project Management System Web Application.
https://github.com/billyfrcs/studentfinalprojectmanagementsystem
codeigniter codeigniter4 crud css framework hack html javascript laravel laravel-mix model-view-controller mvc php sass scss system tailwindcss web-application web-development webpack
Last synced: about 1 month ago
JSON representation
Student Final Project Management System Web Application.
- Host: GitHub
- URL: https://github.com/billyfrcs/studentfinalprojectmanagementsystem
- Owner: BillyFrcs
- License: mit
- Created: 2023-01-02T04:27:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T15:01:49.000Z (almost 3 years ago)
- Last Synced: 2025-01-09T22:17:43.439Z (about 1 year ago)
- Topics: codeigniter, codeigniter4, crud, css, framework, hack, html, javascript, laravel, laravel-mix, model-view-controller, mvc, php, sass, scss, system, tailwindcss, web-application, web-development, webpack
- Language: PHP
- Homepage:
- Size: 854 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Student Final Project Management System


Student final project Management System web application project, created with [Codeigniter 4](https://codeigniter.com), [Tailwindcss](https://tailwindcss.com), [Laravel Mix](https://laravel-mix.com) and MySQL Database.
Server Requirements
PHP version 7.4 **or** higher is required, with the following extensions installed:
- [intl](http://php.net/manual/en/intl.requirements.php)
- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\CURLRequest library
Additionally, make sure that the following extensions are enabled in your PHP:
- json (enabled by default - don't turn it off)
- [mbstring](http://php.net/manual/en/mbstring.installation.php)
- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php)
- xml (enabled by default - don't turn it off)
Setup And Installation
Copy `env` to `.env` with this command `cp env .env` and tailor for your app, specifically the baseURL and any database settings **or** you can use the [default settings](https://github.com/BillyFrcs/StudentFinalProjectManagementSystem/blob/master/env) for this project that already configured.
* `composer install` **or** `composer install --ignore-platform-reqs` to install the CodeIgniter library.
* `composer update` **or** `composer update --ignore-platform-reqs` and keep project with the latest version.
* `npm install` to install the dependencies.
* `npx mix` **or** `npx mix watch` to compile the Tailwindcss with Laravel Mix.
* `php spark serve --port 1908` to enter the Development server with specified port by ourself.