My Island App Web Panel- Project at the Mobile Computing (Android) course @ ECE UOWM
This is the web panel of the project. It is built on top of the Laravel framework (PHP).
You can find the android app here.
Login page:
- Create a new database (MySQL and PostgreSQL supported).
- Edit .env and fill the database connection information.
- Run
composer install
to install all project packages - Run
artisan key:generate
to generate new application key - Run
php artisan migrate
to perform the database migrations - Done! Run
php artisan serve
to serve the application locally. Go to http://127.0.0.1:8000/install to continue with the installation.