jonathanmdavies / pingcrm

PingCRM on Rails - A Ruby on Rails demo application to illustrate how Inertia.js works

Home Page:https://pingcrm.ledermann.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PingCRM on Rails

A demo application built with Ruby on Rails and Vue.js to illustrate how Inertia.js works.

Screenshot

This is a port of the original PingCRM written in Laravel/PHP to Ruby on Rails. Now it's possible to dive into the beautiful world of Inertia.js without having to install PHP ;-)

There is a hosted installation of this demo available at https://pingcrm.ledermann.dev. Login with:

Lighthouse performance audit

Lighthouse audit

Installation

Clone the repo locally:

git clone https://github.com/ledermann/pingcrm.git

Setup (install dependencies, create and seed database):

cd pingcrm
bin/setup

Start it:

foreman start

You're ready to go! Visit PingCRM in your browser (http://localhost:3000), and login with:

Running tests

To run the PingCRM tests, run:

rails test:system

Requirements

  • Ruby 2.7
  • Ruby on Rails 6
  • PostgreSQL

Credits

  • Original work by Jonathan Reinink (@reinink) and contributors
  • Port to Ruby on Rails by Georg Ledermann (@ledermann)

About

PingCRM on Rails - A Ruby on Rails demo application to illustrate how Inertia.js works

https://pingcrm.ledermann.dev

License:Other


Languages

Language:Ruby 45.9%Language:Vue 36.5%Language:JavaScript 14.6%Language:CSS 1.0%Language:SCSS 0.9%Language:HTML 0.8%Language:Dockerfile 0.2%Language:Shell 0.2%