This Backend API serves the data that is consumed by mobileCMU. It connects to the existing DBs of the Student Information System at Central Mindanao University. This backend API is built using Laravel v5, a PHP framework for creating awesome web applications.
This app is an output of the Capstone Project entitled:
CENTRAL MINDANAO UNIVERSITY STUDENT PORTAL MOBILE APPLICATION USING HYBRID APPROACH
- Clone this repository.
- Install PHP v5.6 or higher, Composer.
- Run
composer install
command to install dependencies. - Create a copy of
.env.example
and name it to.env
- Configure settings on
.env
file (e.g. DB Connection and App environment).
- PHP 5.6 or higher
- Composer
- Web Server (IIS, Apache, Nginx, or PHP Dev Server)
- Database supported by Laravel v5.2
This Backend API serves data consumed by mobileCMU. The code for this Mobile App is found at the repository @harriebird/mobilecmu-mobile.
Code released under the MIT License