Skip to content

AlbertoJTD/gantt_chart

Repository files navigation

Gantt chart

Minimal requirements

  • Ruby 3.1.2
  • Ruby on Rails 7.0.7.2
  • JDK 20
  • PostgreSQL

Frameworks and libraries

Getting Started

  1. Install JDK, this is required to use mpxj gem

  2. Clone the repository

git clone https://github.com/AlbertoJTD/gantt_chart.git
cd gantt_chart
  1. Install gems
bundle install
  1. Create database and run migrations
rails db:create db:migrate
  1. Run development server
./bin/dev