https://github.com/mickaelandrieu/soapserver
SOAP Server for Swimming Pool Party project
https://github.com/mickaelandrieu/soapserver
Last synced: 7 months ago
JSON representation
SOAP Server for Swimming Pool Party project
- Host: GitHub
- URL: https://github.com/mickaelandrieu/soapserver
- Owner: mickaelandrieu
- License: mit
- Created: 2014-06-30T23:01:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-30T23:02:31.000Z (over 11 years ago)
- Last Synced: 2025-02-03T22:38:16.188Z (8 months ago)
- Language: PHP
- Size: 262 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SwimmingPoolParty
=================SOAP/REST App to comment the Paris Swimming Pools
Installation
------------1) Install composer
2) ``composer install``
3) create swimmingpools database and edit ``app/config/parameters.yml`` file
4) create the schema (captain' obvious) `` php app/console do:sc:up --force``
5) execute ``php app/console sw:load:fixtures-comments && php app/console sw:load:fixtures-swimming``
6) Done. at ``app_dev.php`` you have Hello World ! and on ``app_dev.php/swimming-pools/`` you have the json output
of swimming pools.