Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaumebriday/hotel-tycoon-api-rails
API RESTful utilisée pour la gestion d'un hôtel.
https://github.com/guillaumebriday/hotel-tycoon-api-rails
api heroku rails
Last synced: 20 days ago
JSON representation
API RESTful utilisée pour la gestion d'un hôtel.
- Host: GitHub
- URL: https://github.com/guillaumebriday/hotel-tycoon-api-rails
- Owner: guillaumebriday
- Created: 2016-05-13T19:54:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T12:38:07.000Z (almost 8 years ago)
- Last Synced: 2024-12-18T15:08:27.204Z (24 days ago)
- Topics: api, heroku, rails
- Language: Ruby
- Homepage:
- Size: 498 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hotel Tycoon API REST
API RESTful utilisée pour la gestion d'un hôtel.
## Environnement de développement
### Prérequis
* ruby >= 2.2.2
* rails >= 5.0.0.rc1
* bundler < 2.0, >= 1.3.0### Installation
```
$ git clone https://github.com/ZiiCEagle/Hotel-Tycoon-API-Rails.git
$ cd Hotel-Tycoon-API-Rails
$ bundle
$ rake db:migrate
$ rails server
```## Environnement de production
L'application est disponible à l'adresse : [http://dry-wildwood-55915.herokuapp.com/](http://dry-wildwood-55915.herokuapp.com/)
### Déploiement
Heroku est utilisé pour héberger l'API.
Le déploiement est automatique depuis Github.
Pour forcer un déploiement :```
$ git push heroku master
```## Liens utiles
Aide pour l'installation : [http://installrails.com](http://installrails.com)