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.
- Introduction
- Installation
- Usage
- Features
- Dependencies
- Configuration
- Documentation
- Examples
- Troubleshooting
- Contributors
- License
-
Clone the repository:
git clone https://github.com/ramsyparker/spk-topsis-laravel-10.git cd spk-topsis-laravel-10
-
Install the dependencies:
composer install npm install
-
Copy the
.env.example
file to.env
and configure your environment variables:cp .env.example .env
-
Generate the application key:
php artisan key:generate
-
Run the migrations:
php artisan migrate
-
Serve the application:
php artisan serve
To use the application, open your browser and navigate to http://localhost:8000
. Follow the instructions on the website to perform TOPSIS calculations.
- Implements the TOPSIS method for decision-making.
- User authentication and management.
- Data input and result export.
- PHP ^8.0
- Laravel ^10.0
- Node.js and npm
- Composer
Make sure to configure your .env
file with the appropriate database and application settings.
For more details on how to use Laravel, visit the official Laravel documentation.
Here are some example commands you can use with this project:
-
Running tests:
php artisan serve
-
Compiling assets:
npm run dev npm run build
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.
- Ramsy Parker
This project is open-sourced software licensed under the MIT license.