Skip to content

nelsonwenner/rails-react-openflights

Repository files navigation

RAILS OPEN FLIGHTS

GitHub language count Made by @nelsonwenner License Stargazers

🚀 Technologies

🔌 Prerequisites

ℹ️ Getting Started

  1. Fork this repository and clone it on your machine.
  2. Change the directory to rails-react-openflights where you cloned it.

🔐 Database Getting Started

/* create database */
$ rails db:create

/* add migrate */
$ rails db:migrate

/* add seed */
$ rails db:seed

🔐 App Getting Started

/* install packages */
$ npm run install or yarn install

/* run webpack - optional */
$ ./bin/webpack-dev-server 

/* run app */
$ rails s

📝 License

This project is under the MIT license. See the LICENSE for more information.