An app where I am experimenting all the things i learn
OVERVIEW
This is a simple yet dynamic blog page designed with the only purpose of experimenting new technologies and methodologies that i want to learn.
I use this code top learn new things like: QR Code generator, hotwire Turbo frame, collection routes. implementing RSPEC following "everyday rails testing with rspec" book.
Install gems
bundle install
DB Setup
rails db:create
rails db:migrate
rails db:seed
Run a server
rails s
- Rails 7 - Backend / Front-end
- Qrcode - Ruby Gem
- Hotwire Turbo Frame - Framework
- RSSPEC — Testing Tools
- Everyday Rails Testing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.