Skip to content

danieloraca/widgets

Repository files navigation

Installation

Use the following commands to install the application dependencies.

$ composer install
$ yarn install
$ npm install

After that use

$ symfony serve

to start the application locally.

If symfony is not installed, use

$ curl -sS https://get.symfony.com/cli/installer | bash 

Interface

  1. Simple form that accepts an integer. After submitting it, the api is being called to calculate the packs.
  2. Api url: api/{amountOfWidgets}

Command lines

Running tests using PHPUnit

$ make unit

Currently, there are several unit tests defined.

$ make analysis

Running static analysis using PHPStan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages