Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Demo

Try out!

Group CEO

Group Members

Name Matrix No
1. ISMAIL BIN AMAN SX211939ECJHF04
2. SEPRIYANDI BIN AGUSR SX211697ECRHF04
3. MUHAMMAD AZAM BIN AZMAN SX211707ECRHF04
4. MUHAMMAD BADRUL AMIN BIN MASROL SX220346ECJHS04

Documentation

No Name File
1 Peer Assesment

Instruction

  1. Install Composer (https://getcomposer.org/)

  2. Navigate to the project's root directory in your terminal or command prompt. Run the following command to install the required dependencies:

    composer install
  3. Create a copy of the .env.example file and name it .env:

    cp .env.example .env
  4. Migrate the Database:

    php artisan migrate
  5. In the terminal, while still in the repository's root directory, run the following command to compile the assets:

    npm install
    npm run dev
  6. Seed the Database:

    php artisan db:seed
  7. Start the Development Server:

    php artisan serve
  8. This will start the server at http://localhost:8000 by default.

  9. For admin page, use this url: http://localhost:8000/admin.

Link to Presentation

No Name File
1 Slide

Slide

1 2 3 4 5 6