README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

##How to run the test

1- Cloner le github 👽

2- Faire un bundle install

3- Si tu veux cleen les tables avant les tests

=> rails db:drop

=> rails db:create

=> rails db:migrate

=> rails db:migrate:status => vérifier que tous est "UP"

###  4- enfin

=> rails db:seed

POur les vérifications rails console => (tp User.all)(tp Article.all etc)
  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...