Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leblanc-simon/gesdon3

Donation management
https://github.com/leblanc-simon/gesdon3

Last synced: 4 days ago
JSON representation

Donation management

Awesome Lists containing this project

README

        

Gesdon
======

Donations management application

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

```bash
git clone https://github.com/leblanc-simon/Gesdon3.git
cd Gesdon3
composer install
```

Documentation
-------------

An API documentation is available via [apiDoc](http://apidocjs.com/).
Install it and run it into ```src/AppBundle/Controller/Api```

```bash
apidoc -i src/AppBundle/Controller/Api/ -o web/doc/api/
```