https://github.com/boxelio/flightbox-web
Hanami-based web interface for FlightBox
https://github.com/boxelio/flightbox-web
ads-b flightbox hanami hanami-application ruby
Last synced: 8 days ago
JSON representation
Hanami-based web interface for FlightBox
- Host: GitHub
- URL: https://github.com/boxelio/flightbox-web
- Owner: boxelio
- Created: 2019-09-17T02:50:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T02:11:25.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T23:57:31.162Z (over 1 year ago)
- Topics: ads-b, flightbox, hanami, hanami-application, ruby
- Language: Ruby
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flightbox Web
Welcome to your new Hanami project!
## Setup
How to run tests:
```
% bundle exec rake
```How to run the development console:
```
% bundle exec hanami console
```How to run the development server:
```
% bundle exec hanami server
```How to prepare (create and migrate) DB for `development` and `test` environments:
```
% bundle exec hanami db prepare% HANAMI_ENV=test bundle exec hanami db prepare
```Explore Hanami [guides](https://guides.hanamirb.org/), [API docs](http://docs.hanamirb.org/1.3.2/), or jump in [chat](http://chat.hanamirb.org) for help. Enjoy! 🌸