Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.27 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.27 KB

Laravel Logo

Web Prodi Teknik Informatika

Project ini merupakan project yang dibuat untuk lomba Web Programming Euphoria 2023 by HIMTI UNSIQ.
Project ini merupakan project Sistem Informasi & Landing Page untuk Prodi Teknik Informatika UNSIQ. Project ini dibuat menggunakan Laravel 10 dengan frontend menggunakan Tailwind CSS & AlpineJS

Screenshot

home - landing page

home - profil lulusan

berita

dosen

unduhan

admin-login

admin-dashboard

admin-dosen

admin-tambah-artikel

Instalation

  • Clone
  • install dependencies composer install
  • set .env file (database,appkey,etc)
  • run migration php artisan migrate
  • run seeder
    • php artisan db:seed UserSeeder
    • php artisan db:seed HimtiProkerSeeder
    • php artisan db:seed InfoAkademikSeeder
    • php artisan db:seed ProfilDosenSeeder
    • php artisan db:seed ProfilLulusanSeeder
    • php artisan db:seed ProfilProdiSeeder
  • run server php artisan serve