SIMALU aka. Sistem Informasi Management Alumni is specialized software crafted to assist educational institutions and organizations in effectively overseeing alumni relations.
Want to see more? Check out our complete application screenshots to explore all the features and interfaces.
-
First of all, you can download the zip or clone this project.
git clone https://github.com/ibnumardini/simalu.git
-
Jump straight into the project.
cd simalu/ -
Generate a new key.
php artisan key:generate
-
Fill the .env settings to the current environment.
-
Run the database migrations.
php artisan migrate
-
Run the database seeder.
php artisan db:seed
-
Start the server app.
php artisan serve --host=0.0.0.0 --port=8000
Feel free to join our Discord server if you have ideas, feedback, suggestions, or just want to be part of our community.
Thank you for your interest in contributing to SIMALU, Please follow the Contribution Guide to get started.
SIMALU is licensed under the Apache-2.0 License.

