Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georginapuig/qr-code-generator
QR Code Generator with Rails.
https://github.com/georginapuig/qr-code-generator
bootstrap dotenv erb erb-template font-awesome fontawesome postgresql qrcode qrcode-generator rails regex regexp rqrcode rspec rspec-rails ruby ruby-on-rails scss webpack
Last synced: about 1 hour ago
JSON representation
QR Code Generator with Rails.
- Host: GitHub
- URL: https://github.com/georginapuig/qr-code-generator
- Owner: georginapuig
- Created: 2020-10-14T03:09:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T16:49:01.000Z (about 4 years ago)
- Last Synced: 2024-12-06T07:39:58.201Z (about 1 month ago)
- Topics: bootstrap, dotenv, erb, erb-template, font-awesome, fontawesome, postgresql, qrcode, qrcode-generator, rails, regex, regexp, rqrcode, rspec, rspec-rails, ruby, ruby-on-rails, scss, webpack
- Language: Ruby
- Homepage: https://rails-qr-code-generate.herokuapp.com/
- Size: 238 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qr-code-generator
## Table of contents
* [General info](#general-info)
* [Technologies](#technologies)
* [Setup](#setup)## 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
```bash
bundle install
```Create db and migrate schema
```bash
rake db:create
rake db:migrate
```To start (usually on port `3000`):
```bash
rails s
```