https://github.com/morissetcl/menu_dashboard
This dashboard is dedicated to highlight the efficiency (or not) of the crawler.
https://github.com/morissetcl/menu_dashboard
hanami message-queue rabbitmq
Last synced: 6 months ago
JSON representation
This dashboard is dedicated to highlight the efficiency (or not) of the crawler.
- Host: GitHub
- URL: https://github.com/morissetcl/menu_dashboard
- Owner: morissetcl
- Created: 2020-04-22T20:58:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T21:54:27.000Z (about 3 years ago)
- Last Synced: 2023-03-01T15:36:03.698Z (about 3 years ago)
- Topics: hanami, message-queue, rabbitmq
- Language: Ruby
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Menu Dashboard
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.3/), or jump in [chat](http://chat.hanamirb.org) for help. Enjoy! 🌸