Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```