davidepastore/codicefiscale-rest

This package is abandoned and no longer maintained. The author suggests using the davidepastore/codice-fiscale-rest package instead.

A simple codice fiscale rest website based on Symfony.

v0.5.0 2021-05-29 17:15 UTC

This package is auto-updated.

Last update: 2024-03-28 14:53:35 UTC


README

Latest version Build Status Coverage Status Quality Score Total Downloads PSR2 Conformance

A simple codice fiscale rest website based on Symfony.

Installation

Install dependencies from package.json

npm install

Compile assets

npm run dev

Install dependencies from composer.json

composer install

Launch

To launch the application, you can use the following command:

symfony server:start

Test

$ vendor\bin\phpunit

Issues

If you have issues, just open one here.