Joseph Hassan
Web Developer
Ruby on Rails
SQLite
Computer Software
git clone https://github.com/yourusername/starter_web_template.gitcd starter_web_template
bundle install
rails db:createrails db:migrate
rails db:seed
rails server
rails consoleuser = User.find_by(email: 'user@example.com')user.update(role: :admin)
bundle exec rspec
Posted Oct 6, 2025
Developed a Ruby on Rails template with user authentication and testing.
0
2
Web Developer building modern applications.