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.
- Host: GitHub
- URL: https://github.com/davidepastore/codice-fiscale-rest
- Owner: DavidePastore
- Created: 2015-12-06T17:09:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T07:42:02.000Z (over 1 year ago)
- Last Synced: 2024-10-21T10:47:35.637Z (over 1 year ago)
- Topics: api, codicefiscale, php, rest-api, symfony
- Language: PHP
- Homepage:
- Size: 1.84 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/