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

https://github.com/fpierre/esgi_soap_web_service


https://github.com/fpierre/esgi_soap_web_service

Last synced: 9 months ago
JSON representation

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
```