Skip to content

Commit

Permalink
doc: how to update data
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienGiboire committed Oct 13, 2021
1 parent 3503e18 commit 8d949f6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,16 @@ Maintenant, vous pouvez accéder au dashboard de Sidekiq :
http://localhost:3000/sidekiq

Et consommer l'API : http://localhost:3000/api/pokemons

## Mise à jour des données

Pour mettre à jour la liste des Pokemons (et de leurs types), il faut lancer la
commande suivante :

```
bin/rake pokemons:update
```

Cette tâche va aller chercher tous les pokemons disponibles sur PokeAPI et
mettre en file d'attente un job par pokemon. Pour voir l'avancée de la mise à
jour, vous pouvez donc consulter le dashboard de Sidekiq.

0 comments on commit 8d949f6

Please sign in to comment.