An open API service indexing awesome lists of open source software.

https://github.com/davidepastore/codice-fiscale-rest

A simple codice fiscale rest website based on Symfony.
https://github.com/davidepastore/codice-fiscale-rest

api codicefiscale php rest-api symfony

Last synced: over 1 year ago
JSON representation

A simple codice fiscale rest website based on Symfony.

Awesome Lists containing this project

README

          

# codice-fiscale-rest

[![Latest version][ico-version]][link-packagist]
[![Build Status][ico-github-actions]][link-github-actions]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]
[![PSR2 Conformance][ico-styleci]][link-styleci]

A simple codice fiscale rest website based on [Symfony](https://symfony.com/).

Installation
------------

### Install dependencies from package.json

``` bash
npm install
```

### Compile assets

``` bash
npm run dev
```

### Install dependencies from composer.json

``` bash
composer install
```

Launch
------

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

``` bash
symfony server:start
```

Test
----

``` bash
$ vendor\bin\phpunit
```

Issues
-------

If you have issues, just open one [here](https://github.com/DavidePastore/codice-fiscale-rest/issues).

[ico-version]: https://img.shields.io/packagist/v/DavidePastore/codice-fiscale-rest.svg?style=flat-square
[ico-github-actions]: https://github.com/DavidePastore/codice-fiscale-rest/workflows/Continuous%20Integration/badge.svg?branch=master
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/DavidePastore/codice-fiscale-rest.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/davidepastore/codice-fiscale-rest.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/DavidePastore/codice-fiscale-rest.svg?style=flat-square
[ico-styleci]: https://styleci.io/repos/47505745/shield

[link-packagist]: https://packagist.org/packages/DavidePastore/codice-fiscale-rest
[link-github-actions]: https://github.com/DavidePastore/codice-fiscale-rest/actions?query=workflow%3A%22Continuous+Integration%22
[link-scrutinizer]: https://scrutinizer-ci.com/g/DavidePastore/codice-fiscale-rest/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/DavidePastore/codice-fiscale-rest
[link-downloads]: https://packagist.org/packages/DavidePastore/codice-fiscale-rest
[link-styleci]: https://styleci.io/repos/47505745/