fardhanardhi / alpa

☑️ Automated List and Papperless Absent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpa.

Automated List and Papperless Absent | Build with Laravel framework

Installation

Clone the repo

git clone https://github.com/fardhanardhi/alpa.git

Move to the newly created folder and install all dependencies:

cd alpa
composer install

Create a new database, for example with phpMyAdmin. Then open the .env.example file, edit it to match your database name, username and password and save it as .env file.

Check your MySQL Version, if MySQL version < v5.7.7 follow this instructions

Once done, build tables with the following command:

php artisan migrate

Now fill the tables:

php artisan db:seed

Finally, generate the application key

php artisan key:generate

Open your favorite browser and visit the newly created app.

php artisan serve

Features

Coming soon!

Screenshots

Coming soon!

License

The Alpa Application is open-sourced project build with Laravel framework.

Please refer to the Laravel licence

About

☑️ Automated List and Papperless Absent


Languages

Language:PHP 97.3%Language:HTML 2.2%Language:Vue 0.5%