Skip to content

asatger/blog_ruby

Repository files navigation

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 [email protected]: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 ! :)

About

Student Ruby project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published