/react_calendar

React on Rails Appointment App

Primary LanguageRuby

This is a followed tutorial from learnetto.com's free React on Rails course.

Prerequisite

  • Rails 5.0.x

Setup

Install needed gems by running bundle in the root directory:

bundle install

Setup the models by running migration:

rails db:migrate