Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n1crack/league
league simulator
https://github.com/n1crack/league
Last synced: 1 day ago
JSON representation
league simulator
- Host: GitHub
- URL: https://github.com/n1crack/league
- Owner: n1crack
- Created: 2024-05-12T10:42:51.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T06:14:21.000Z (6 months ago)
- Last Synced: 2024-10-16T19:41:43.823Z (27 days ago)
- Language: PHP
- Size: 375 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### League Simulation
##### Overview:
This project simulates a Champions League tournament involving four football teams. The simulation generates match results and estimates the final league table based on these results.##### How to run:
1. Clone the repository
2. Set .env file with your database credentials
3. Run the following command in the terminal:
```
composer install
```
4. Run migration:
```
php artisan migrate
```
5. Npm install:
```
npm install
```
6. Npm run dev:
```
npm run dev
```
7. Run the following command in the terminal:
```
php artisan serve
```