Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fargelus/mc-scheduler
Hanami master class scheduler app
https://github.com/fargelus/mc-scheduler
Last synced: 21 days ago
JSON representation
Hanami master class scheduler app
- Host: GitHub
- URL: https://github.com/fargelus/mc-scheduler
- Owner: fargelus
- Created: 2020-02-05T07:30:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T18:28:08.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T17:11:33.688Z (over 1 year ago)
- Language: Ruby
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mc Scheduler
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! 🌸