dwitrnd / arms-dds

0 stars 0 forks source link

ARMS - Academic Result Management System

ARMS is a academic result management system developed by the Digital Media Team. 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

Run Locally

  1. Clone the project
  git clone https://github.com/dwitrnd/arms-dds.git
  1. Go to the project directory
cd arms-dds
  1. Update dependencies (Optional)

    composer update
  2. Install dependencies

composer install
  1. Setup environment

    cp .env.example .env
  2. Generate key

    php artisan key:generate
  3. Set the database credentials in the .env file

  4. Migrate database locally

    php artisan migrate
  5. 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.