An improved Academic Management System for Strathmore University. This improved system aims at
- Student Profiles
- Student Courses and their coursework marks
- Fee statements for students and received receipts
- Tracking of student's class attendance
- Dowloading of progress reports and abstracting data per year
- Downloading of Exam cards during exam periods
- Documenting Mentoring sessions between students and their mentors
You will first of all need to install composer dependencies that rely the application relies on. Run the follwoing command:
composer install
Then you will need to set up the database. Run the follwoing command
php artisan migrate
Then import pre-existing data into the database by running
php artisan db:seed
Login with any of the accounts located in the User Seeder which have a default password of 12345678
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.