diff --git a/README.md b/README.md new file mode 100644 index 0000000..9b0802c --- /dev/null +++ b/README.md @@ -0,0 +1,49 @@ +# DEalEr Provider (DEEP) + +The Dealer provider (DEEP) is a RESTful web service written in PHP. It make available a public discovery service that retrieve all the Datalet available into the system and a service call that provide a specific Datalet. +Developed by the [UNISA TEAM](http://www.isislab.it/) for the [ROUTE-TO-PA PROJECT](http://www.routetopa.eu/). + + +## Table of contents + +* [Quick start](#quick-start) +* [Bugs and feature requests](#bugs-and-feature-requests) +* [Usage](#usage) +* [Versioning](#versioning) +* [Creators](#creators) +* [Copyright and license](#copyright-and-license) + + +## Quick start + +Clone the repo: `git clone http://service.routetopa.eu:7480/admin/projects/isislab/DEEP`. + +### What's included + +Within the download you'll find the following directories and files. You'll see something like this: + +``` +DEEPCLIENT/ +├── Slim/ +│ ├── ... +├── DEEP.php +├── controllets.xml +├── datalets.xml +├── index.php +└── .htaccess +``` + +## Bugs and feature requests + +Have a bug or a feature request? +Send a mail to developers@routetopa.eu + +## Versioning +v0.1 + +## Creators +UNISA Team - Dipartimento di Informatica - Università degli studi di Salerno - Italy + +## Copyright and license + +Code released under [the MIT license](https://opensource.org/licenses/MIT). \ No newline at end of file