https://github.com/fpierre/esgi_soap_web_service
https://github.com/fpierre/esgi_soap_web_service
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fpierre/esgi_soap_web_service
- Owner: FPierre
- Created: 2016-06-01T17:08:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-05T10:44:30.000Z (almost 10 years ago)
- Last Synced: 2025-03-28T14:39:24.996Z (12 months ago)
- Language: Ruby
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esgi_soap_web_service
> Serveur SOAP principal
## Requis
* Ruby >= 1.9
* Ruby on Rails >= 4.2.6
## Installer le serveur
Installer les gems nécessaires (contenues dans le fichier Gemfile) :
`bundle install`
Lancer le serveur
```bash
$ rails s
```
## Fichiers principaux
```
/app/controllers/weather_controller.rb
```
et
```
/config/routes.rb
```