Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nelsonwenner/rails-react-openflights
:airplane: Flight review system
https://github.com/nelsonwenner/rails-react-openflights
nodejs rails reactjs ruby styled-components webpack
Last synced: 4 days ago
JSON representation
:airplane: Flight review system
- Host: GitHub
- URL: https://github.com/nelsonwenner/rails-react-openflights
- Owner: nelsonwenner
- Created: 2020-12-11T14:20:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T17:57:18.000Z (almost 4 years ago)
- Last Synced: 2023-03-05T11:44:48.708Z (over 1 year ago)
- Topics: nodejs, rails, reactjs, ruby, styled-components, webpack
- Language: Ruby
- Homepage:
- Size: 375 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RAILS OPEN FLIGHTS
## :rocket: Technologies
* [Ruby](https://www.ruby-lang.org/)
* [NodeJS](https://nodejs.org/en/)
* [ReactJS](https://reactjs.org/)## :electric_plug: Prerequisites
- [Ruby (2.7.1)](https://www.ruby-lang.org/)
- [Rails (>= 6.0.3)](https://rubyonrails.org/)## :information_source: Getting Started
1. Fork this repository and clone it on your machine.
2. Change the directory to `rails-react-openflights` where you cloned it.## :closed_lock_with_key: Database Getting Started
```shell
/* create database */
$ rails db:create/* add migrate */
$ rails db:migrate/* add seed */
$ rails db:seed
```## :closed_lock_with_key: App Getting Started
```shell
/* install packages */
$ npm run install or yarn install/* run webpack - optional */
$ ./bin/webpack-dev-server/* run app */
$ rails s
```
* Open the host [localhost:3000](http://localhost:3000)## :memo: License
This project is under the MIT license. See the [LICENSE](LICENSE.md) for more information.---