/blog_ruby

Student Ruby project

Primary LanguageRuby

README

Date de rendu 17/02/19 à 23:59

Blog with Ruby/Rails

Setup the project

Clone the repository

HTTPS :

git clone https://github.com/asatger/blog_ruby.git 

SSH :

git clone git@github.com:asatger/blog_ruby.git

Install bundles

Go into root project:

cd blog_ruby/

Then, install bundles:

bundle install

Migrate database

rake db:migrate 

Run project

Run Rails server:

rails s 

Then go on : http://localhost:3000/posts

Enjoy ! :)