Skip to content

hoji-zoda/JapanDigitalUniversitySchedule

Repository files navigation

Japan Digital University Schedule

This repository is for managing and scheduling courses at Japan Digital University. It is primarily written in PHP and Blade.

Description

Japan Digital University Schedule is a web application designed to help manage and schedule university courses efficiently. The application allows administrators to create, update, and delete schedules, and provides students with an easy-to-use interface to view their schedules.

Installation

To install this project, follow these steps:

  1. Clone the repository:
    git clone https://github.com/hoji-zoda/JapanDigitalUniversitySchedule.git
  2. Navigate to the project directory:
    cd JapanDigitalUniversitySchedule
  3. Install the dependencies:
    composer install
    npm install
  4. Set up the environment variables by copying the .env.example file to .env and updating the necessary fields:
    cp .env.example .env
  5. Generate the application key:
    php artisan key:generate
  6. Run the migrations to set up the database:
    php artisan migrate

Usage

To start the development server, run the following command:

php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages