README


Ruby Blog web application with Rspec tests:

How to use:


$ git clone https://github.com/robimaliqi/blog-rails.git
$ bundle install
$ rails db:migrate RAILS_ENV=development

Run tests
$ rspec

How to run server:


$ rails s
Then open "localhost:3000" in your browser

How to start the rails console:


$ rails c

Live website deployed to Fly.io


https://blog-rails.fly.dev/