Skip to content

this is a project for ordering a lab's jacket for my university

Notifications You must be signed in to change notification settings

mnizarzr/pemesanan-jaket-lab

 
 

Repository files navigation

Pemesanan Jaket Lab

This project is a web application framework with Laravel and Inertia.js, that use to test our skills in handling teamwork in the application process. Some code is inefficient and requires more work.

Screenshot Of User Landing

Product Name Screen Shot

Prerequisites

This is prerequisites you need to use the software before pull/download.

  • php 8.0 - 8.1
  • mySql

Command

Below is commands of setting up this app after you pull/download.

  1. Install NPM packages
    npm install
    
  2. Install Headless/vue packages
    npm install @headlessui/vue
    
  3. Install Composer packages
    composer install
    
  4. Install the Public Disk
    php artisan storage:link
    
  5. Run the Migration
    php artisan migrate
    
  6. Run the NPM
    npm run watch
    
  7. Run the app
    php artisan serve
    

License

The MIT License (MIT)

Copyright © Moch Iqbal Arizki W & Izza Ihsan Fathony

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR INCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

(back to top)

About

this is a project for ordering a lab's jacket for my university

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.8%
  • Vue 9.2%
  • PHP 5.0%
  • CSS 1.9%
  • Other 0.1%