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
.erb
files - dotenv
- RSpec
Install all dependencies
bundle install
Create db and migrate schema
rake db:create
rake db:migrate
To start (usually on port 3000
):
rails s