Libur.run - Empower Your HR with Next-Gen Open Source Self-Serve Platform
Deposit and withdrawal management application with the type of Voluntary Savings with an interest of 6% per year.
- Clone or download the project
- Install Dependencies with Composer
composer install
- Copy environment
cp .env.example .env
- Generate key
php artisan key:generate
- Create database, for example
cooperative
and then change the DB_DATABASE value in .env - Migrate database
php artisan migrate
- Insert dummy data
php artisan db:seed
- Run app
php artisan serve
Default credential
Email : ekoperasi@gmail.com
Password : secret
More screenshots