QR Code Generator with Rails.
Project is created with:
- Ruby 2.6.6
- Rails 6.0.3
- Webpack 4.0
- PostgreSQL
- Regexp
- rqrcode
- CSS/SCSS
- Bootstrap
- Media Queries
- Fontawesome
- Work with
.erbfiles - dotenv
- RSpec
Install all dependencies
bundle installCreate db and migrate schema
rake db:create
rake db:migrateTo start (usually on port 3000):
rails s