Skip to content

borja/herocalf

Repository files navigation

Herosheet Project

Definition

This project was created as an amateur idea, a group of friends willing to gather information from their HeroQuest games on an non-official, non-profit web.

Technology

Description License
The Herosheet website is written in Ruby on Sinatra with a fake-DB in YAML, using Bootstrap as HTML web framework with Slim (lightweight template engine). FOSSA-DESC

QA Dashboard

Architecture

Technology Release date
ruby 2022/04/12

Vulnerabilities Report

Platform Badge
snyk Vulnerabilities

Build Status

Platform Badge
Circle CI CircleCi Status
CodeShip CodeShip
Appveyor Appveyor
Scrutinizer ScrutCI

Deployment Status

Production Website Heroku Status
Project model Gemnasium

Quality Grades

Platform Grade Coverage
Code Climate Code Climate CC Coverage
Codacy Codacy Badge Codacy Coverage
CodeBeat CodeBeat

Not set yet

Coveralls Coveralls
CodeCov CodeCov
Scrutinizer Scrutinizer ScrutCov
SonarCloud Sonarcloud
Inspecode inspereport inspecode
SourceLevel SourceLevel

Documentation

Platform Badge Description
Inline Docs Inline docs Evaluation of the project's documentation (chunk)
Read the Docs readthedocs Sphinx HTML documentation
CII Best Practices Best Practices FLOSS Best practices of this project
FOSSA FOSSA Status Open Source Issue Management

Non-supported building platforms

Platform Badge Issue
Semaphore |Semaphore Ruby >v.2.6.1 not supported

DIY & Manual Configuration

PasS: Heroku Deploy 1 click to deploy
Docker Registry DockerHub Docker image repository

Just click the heroku button to start a new website. (your-app-name.herokuapp.com) Enjoy!

Running this application locally

To run this application locally, run:

# Install dependencies:
bundle install
# Run locall# Run locally
# DEPRECATED bundle exec ruby -S rackup -w config.ru
bundle exec rackup config.ru