Skip to content

khalilannbiya/student-app

Repository files navigation

Student App

Student App is an application used to manage student data along with their respective classrooms, and the purpose of creating this system is for learning purposes on Laravel version 9. This application was created using Laravel v9 and requires a minimum of PHP v8.0, so if during the installation or usage process there are errors or bugs, it is possible that it is due to an unsupported PHP version.

Tech Stack

  • Client : HTML, CSS, Bootstrap 5, Blade Template
  • Server : PHP with Laravel

Run Locally

Clone the project

  git clone https://github.com/khalilannbiya/student-app.git

Or Download ZIP

Link

Go to the project directory

  cd student-app

Run the command

  composer update

Or

  composer install

Copy the .env file from .env.example.

  cp .env.example .env

Configure the .env file

  DB_CONNECTION=mysql
  DB_HOST=127.0.0.1
  DB_PORT=3306
  DB_DATABASE=student_app
  DB_USERNAME=root
  DB_PASSWORD=

Opsional

  APP_NAME=Student
  APP_ENV=local
  APP_KEY=base64:308iFheVu+blIs8b8x4Hj1pVzOutSoQNPuiw6pdB6JM=
  APP_DEBUG=true
  APP_URL=http://student-app.test

Generate key

  php artisan key:generate

Migrate database

  php artisan migrate

Seeder table student_classes

  php artisan db:seed --class=StudentClassSeeder

Run serve

  php artisan serve

Documentation

Features

  • Student Management
  • Classroom Management

Feedback

If you have any feedback, please reach out to us at syeichkhalil@gmail.com

About

Student App is an application used to manage student data along with their respective classrooms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages