Coder Social home page Coder Social logo

soccer-league's Introduction

Soccer League Simulation

Soccer league simulater app developed using stacks: Laravel, Twitter Bootstrap, VueJS.

To run app locally:

  1. Clone repo
  2. Navigate to project folder
  3. composer install
  4. cp .env.example .env
  5. Update database credentials in .env file
  6. php artisan key:generate
  7. php artisan migrate:fresh --seed
  8. php artisan serve
  9. Open browser and navigate to https://localhost:8000/

To run app inside docker:

  1. Navigate to project folder
  2. ./vendor/bin/sail up -d
  3. ./vendor/bin/sail migrate:fresh --seed
  4. Open browser and navigate to https://0.0.0.0/
  5. If container does not start because of port issues, add APP_PORT to variable with free port value in your machine to .env file

To stop docker container run command:

./vendor/bin/sail down

To run tests:

php artisan test

To add more teams open teams.txt file which located at the base folder of project and write down new teams (Note: teams must me separated by new line).

soccer-league's People

Contributors

mhojaguliyev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.