Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 561 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 561 Bytes

School Information System using laravel 8 Backend + Botstrap 3 Fronten

This is part of my project to regenerate my previous School (SMPN 2 Jombang) website.
Create by : Rizky Indrabayu

Features :

  • CRUD Admin
  • CRUD Pengumuman
  • CRUD Agenda
  • And More

Step to Use

  1. git clone https://github.com/bayyy7/laravel-sekolah.git
  2. cd laravel-sekolah
  3. composer install
  4. Create .env file
  5. Adjust DB_DATABASE as yours
  6. php artisan key:generate
  7. php artisan migrate --see
  8. php artisan serve