ARMS is a academic result management system built with Laravel10 and MySQL. This system was designed to be used by Deerwalk Sifal School. It assists the teachers and admins to track the marks of each student and also provides marksheet generation of each student.
- Laravel 10 or higher
- PHP 8.1 or higher
- Composer
- Download & install composer from the link here.
- Install XAAMP environment (version 8.1 or higher) from the link here.
- Create a database named result_sifal.
- Clone the project
git clone https://github.com/dwitrnd/result_sifal.git- Go to the project directory
cd result_sifal- Update dependencies (Optional)
composer update- Install dependencies
composer install- Setup environment
cp .env.example .env- Generate key
php artisan key:generate-
Set the database credentials in the .env file
-
Migrate database locally
php artisan migrate- Start the server
php artisan serveThis is the database schema for ARMS project.
The project was developed using laravel framework which is an open-source software licensed under the MIT licence.