Skip to content

CEPHAL0/Academic-Result-Management-System

Repository files navigation

ARMS - Academic Result Management System

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.

Requirements

  • Laravel 10 or higher
  • PHP 8.1 or higher
  • Composer

Prerequisites

  • 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.

Run Locally

  1. Clone the project
  git clone https://github.com/dwitrnd/result_sifal.git
  1. Go to the project directory
cd result_sifal
  1. Update dependencies (Optional)
composer update
  1. Install dependencies
composer install
  1. Setup environment
cp .env.example .env
  1. Generate key
php artisan key:generate
  1. Set the database credentials in the .env file

  2. Migrate database locally

php artisan migrate
  1. Start the server
 php artisan serve

Database Schema

This is the database schema for ARMS project.

ARMS_Database

License

The project was developed using laravel framework which is an open-source software licensed under the MIT licence.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published