rizqiwahyudi / sikap

Sistem Informasi Kerja Praktek PENS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIKAP-PENS

SIKAP PENS



SIKAP-PENS (Sistem Informasi Kerja Praktek PENS) is a web-based information system for managing PENS' student internship data.



Build Status



How To Use

To use this App is very simple, you must run a simple syntax in terminal or command prompt.

Clone The Project

git clone https://github.com/rizqiwahyudi/sikap.git

Install The Project With Composer

composer install

Copy ".env.example" file to ".env"

cp .env.example .env

or you can copy the file in your File Manager.

Generate App_Key

php artisan key:generate

Symlink Storage For Store Public Files

php artisan storage:link

Initiate The Database Migration

php artisan migrate

or You can make the seed with the following command (RECOMMENDED) :

php artisan migrate --seed

NOTE : Make sure the web server and database are turned on before migration command

And Lastly, Run the server

php artisan serve

Partners

Thanks very much to my partners @MNasirulUmam, @syafiena, @wahyusantuy.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Sistem Informasi Kerja Praktek PENS


Languages

Language:Less 37.4%Language:PHP 34.5%Language:Blade 27.9%Language:Shell 0.2%Language:Ruby 0.0%