Giter VIP home page Giter VIP logo

fizzbuzz's Introduction

FizzBuzz

Setup

Before creating the Laravel project, make sure that your local machine has Docker installed.

  1. Run the command make env.
  2. Open the .env-file and adjust the variables if necessary. The following variables are particularly important:
    • APP_PORT=8080
    • WWWGROUP=1000
    • WWWUSER=1000
  3. Run the command make setup.
  4. Enter the url localhost:<APP_PORT> in your browser and you will see the welcome page.

Alternative Setup

Before creating the Laravel project, make sure that your local machine has PHP 8.3 and Composer installed.

  1. Run the command composer install.
  2. Once the project has been created, start Laravel's local development server using Laravel Artisan's serve command: php artisan serve. In case of trouble try: php artisan serve --host your_server_ip --port your_port.
  3. Enter the url localhost:8000 in your browser and you will see the welcome page.

Execute FizzBuzz

Enter the url in your browser and you will see the default page:

localhost:8080/fizzbuzz

Maybe you have to change the PORT (depending on your settings).

You can also execute the FizzBuzz coding challenge as a command:

make fizzbuzz

Commands

What Command
Composer install make vendor-install
Composer update make vendor-update
Docker setup make setup
Docker start make docker-start
Docker stop make docker-stop
Docker Bash (enter container and run bash) make docker-bash
PHPStan make static
Tests (unit, feature, integration) make tests

fizzbuzz's People

Contributors

unclesven 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.