Skip to content

Repository ini dibuat sebagai dokumentasi Ujian Akhir Semester Mata Kuliah Pemrograman Web 2

Notifications You must be signed in to change notification settings

ramsyparker/spk-topsis-laravel-10

Repository files navigation

SPK TOPSIS Laravel 10

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Introduction

SPK TOPSIS Laravel 10 is a web application developed using the Laravel framework. This project implements the Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS) method for decision-making.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/ramsyparker/spk-topsis-laravel-10.git
    cd spk-topsis-laravel-10
  2. Install the dependencies:

    composer install
    npm install
  3. Copy the .env.example file to .env and configure your environment variables:

    cp .env.example .env
  4. Generate the application key:

    php artisan key:generate
  5. Run the migrations:

    php artisan migrate
  6. Serve the application:

    php artisan serve

Usage

To use the application, open your browser and navigate to http://localhost:8000. Follow the instructions on the website to perform TOPSIS calculations.

Features

  • Implements the TOPSIS method for decision-making.
  • User authentication and management.
  • Data input and result export.

Dependencies

  • PHP ^8.0
  • Laravel ^10.0
  • Node.js and npm
  • Composer

Configuration

Make sure to configure your .env file with the appropriate database and application settings.

Documentation

For more details on how to use Laravel, visit the official Laravel documentation.

Examples

Here are some example commands you can use with this project:

  • Running tests:

    php artisan serve
  • Compiling assets:

    npm run dev
    npm run build 

Troubleshooting

If you encounter any issues, here are some steps to help resolve common problems:

  • Check that all dependencies are installed correctly.
  • Ensure that your .env file is configured properly.
  • Verify that the database is set up and running.

Contributors

  • Ramsy Parker

License

This project is open-sourced software licensed under the MIT license.

About

Repository ini dibuat sebagai dokumentasi Ujian Akhir Semester Mata Kuliah Pemrograman Web 2

Topics

Resources

Stars

Watchers

Forks