https://github.com/davydovanton/mylottery
Service for making lottery for any social network
https://github.com/davydovanton/mylottery
Last synced: 3 months ago
JSON representation
Service for making lottery for any social network
- Host: GitHub
- URL: https://github.com/davydovanton/mylottery
- Owner: davydovanton
- Created: 2019-02-24T19:11:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T21:03:18.000Z (over 6 years ago)
- Last Synced: 2025-01-21T22:08:57.338Z (5 months ago)
- Language: Ruby
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Core
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](http://hanamirb.org/guides/), [API docs](http://docs.hanamirb.org/1.3.0.beta1/), or jump in [chat](http://chat.hanamirb.org) for help. Enjoy! 🌸