Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leblanc-simon/gesdon3
Donation management
https://github.com/leblanc-simon/gesdon3
Last synced: 4 days ago
JSON representation
Donation management
- Host: GitHub
- URL: https://github.com/leblanc-simon/gesdon3
- Owner: leblanc-simon
- Created: 2015-10-15T04:43:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T16:49:42.000Z (almost 9 years ago)
- Last Synced: 2023-03-12T00:22:54.248Z (over 1 year ago)
- Language: HTML
- Size: 577 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```