Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 594 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 594 Bytes

My Rails Blog

Screenshot

This is a simple blog created to learn basics of Ruby on Rails. This project has been built following a guide from Udemy called Learn Ruby on Rails from Scratch.

Getting started

$ bundle install
$ rake db:setup
$ rails server

Now, you can navigate to https://localhost:3000. or https://localhost:3000/admin.

Email Password
[email protected] password

Testing

$ rake test