Skip to content

georginapuig/qr-code-generator

Repository files navigation

qr-code-generator

Table of contents

General info

QR Code Generator with Rails.

Technologies

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

Setup

Install all dependencies

bundle install

Create db and migrate schema

rake db:create
rake db:migrate

To start (usually on port 3000):

rails s