PingCRM on Rails
A demo application built with Ruby on Rails and Vue.js to illustrate how Inertia.js works.
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:
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:
To run the PingCRM tests, run:
rails test:system
Author: ledermann
Live Demo: https://pingcrm.ledermann.dev/login
GitHub: https://github.com/ledermann/pingcrm
#vuejs #javascript #ruby #programming #vue-js