Max is a web application designed to manage student information within a school environment. It simplifies the process of tracking and organizing student data, providing a streamlined interface for school administration.
This project is built with Laravel. Follow these steps to get it running on your machine:
- Clone the repository to your local machine.
- Copy
.env.example
to.env
and update the environment variables to match your setup. - Run
composer update
to install the project dependencies. - Run
php artisan key:generate
to generate an application key. - Run
php artisan migrate
to set up the database.
We welcome contributions to Max. Feel free to fork the repository or submit a pull request. We appreciate any help, whether it's fixing bugs, improving documentation, or suggesting new features.
Max is distributed under the MIT License. See LICENSE
file for more information.
If you have any questions or suggestions, feel free to reach out at [email protected].