Skip to content

jisuanjixue/pingcrm_react

Repository files navigation

PingCRM on Rails

A demo application built with Ruby on Rails and react.js and chakra-ui, not use tailwind css to style. original PingCRM written in ruby on rails/vue and tailwind 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 ;-)

Lighthouse performance audit

Lighthouse audit

Installation

Clone the repo locally:

git clone https://github.com/jisuanjixue/pingcrm_react

Setup (install dependencies, create and seed database):

cd pingcrm
bin/setup

Start it:

bin/dev

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 3.1
  • Ruby on Rails 7
  • 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 with react.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published