davidbelaga / Blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

POUR LANCER CE PROGRAMME, IL FAUT tapper ceci dans le Terminal

-> cd Blog (se positionner dans le fichier rails "Blog")
-> bundle install
-> rails db:migrate
-> rails db:seed (pour remplir les tableaux avec du contenu)
-> rails s
-> rdv sur : http://localhost:3000/articles

About


Languages

Language:Ruby 75.6%Language:HTML 17.7%Language:CSS 3.3%Language:JavaScript 2.8%Language:CoffeeScript 0.5%