/open-flights

Playing around with Rails & React

Primary LanguageRuby

Open Flights

Open Flights is a Airline Review website that uses React, Rails, and SQLite. This was built with the intention of learning how to use these technologies together in a full-stack application.

Installation

  1. Clone the repository
git clone https://github.com/blchelle/open-flights
  1. Install the required NPM/Yarn packages
npm install
# or
yarn
  1. Initialize the SQLite database
rails db:migrate db:seed
  1. Start the rails server
rails server
# or
rails s # shorthand