/orderly-app

Appointment planner built with Ruby on Rails

Primary LanguageRuby

Orderly

Orderly is a appointment planner aimed towards employees to help them schedule and organize meetings with clients in a large organization.

demo

Installing

  1. Install dependencies

    bundle install
  2. Seed the database

    rails db:migrate && rails db:seed
  3. Start the server

    rails s

Built with