WilliamMena / org-chart-app

Sample org chart app for interviewing purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Org Chart App

This is a simple Rails/React project built by Pingboard as a jumping off point for take home projects.

Getting started

Setup your environment:

  • Install Ruby 2.6.3
  • gem install bundler to install Bundler
  • Install Node.js (version 12 or greater is recommended) (instructions, or use nvm)
  • Install Yarn ^1.22.5 (instructions)

To get the Rails server running locally:

  • Clone this repo
  • bundle install to install required Ruby dependencies
  • yarn to install JavaScript dependencies
  • rake db:migrate to run database migrations
  • rake db:seed to add some data
  • rails s to start the local server on port 3000 (make sure to stop any other servers that might be listening on that port!)

Troubleshooting

Running into issues? Send a note to let us know how we can help!

About

Sample org chart app for interviewing purposes.


Languages

Language:Ruby 68.9%Language:JavaScript 17.1%Language:HTML 10.8%Language:CSS 3.1%