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.
$ bundle install
$ rake db:setup
$ rails server
Now, you can navigate to https://localhost:3000
. or https://localhost:3000/admin
.
Password | |
---|---|
[email protected] | password |
$ rake test