Code Monkey home page Code Monkey logo

sekolah's Introduction

Sekolah - Laravel 10

Assignment: UAS from Pak Jaka Taruna

Welcome to the Sekolah project! This is a basic Laravel application for managing student registrations in a school setting.

CRUD Features

  • Student Registration: Easily register new students by providing essential information. [Create]
  • Student Login: Students can log in to access their accounts. [Read]
  • Student List: View a comprehensive list of registered students. [Read]
  • Update Account/Student Information: Modify and update your own account information through account management. [Update]
  • Remove Account/Student: Remove your own account through account management. [Delete]

Preview

App Preview (Click to expand)

Prerequisites

Before you begin, make sure you have the following tools installed on your machine:

Getting Started

  1. Clone the repository:

    git clone https://github.com/Rokuazery/sekolah.git
  2. Navigate to the project folder:

    cd sekolah
  3. Install PHP dependencies:

    composer install
  4. Copy the environment file:

    cp .env.example .env
  5. Generate an application key:

    php artisan key:generate
  6. Configure the database in the .env file:

    Update the following database connection settings in the .env file to match your local environment:

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=your_database_name
    DB_USERNAME=your_database_username
    DB_PASSWORD=your_database_password
  7. Run migrations and seed the database:

    php artisan migrate --seed
  8. Install Node.js dependencies:

    npm install
    # or
    yarn
  9. Compile assets:

    npm run dev
    # or
    yarn dev
  10. Run additional migration for student registration:

    php artisan migrate --path=database/migrations/2023_11_30_231835_registrasi_siswa.php

Run the Application

php artisan serve

sekolah's People

Contributors

rokuazery avatar

Stargazers

Shinichi Wijaya avatar Clara avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.