https://github.com/emfy0/khsm
Who wants to be a billionaire web app
https://github.com/emfy0/khsm
rails ruby
Last synced: about 2 months ago
JSON representation
Who wants to be a billionaire web app
- Host: GitHub
- URL: https://github.com/emfy0/khsm
- Owner: emfy0
- Created: 2022-05-26T18:29:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T17:55:41.000Z (about 4 years ago)
- Last Synced: 2025-01-22T10:29:55.974Z (over 1 year ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage: https://khsm-app.herokuapp.com/
- Size: 832 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Кто хочет стать миллионером (Who wants to be a millionaire)
Implemented 3 types of prompts (ask the audience, 50:50 and phone a friend).
Admin can load questions from files (see `data` folder).
## Technological features
App covered with views, models, controllers and features tests.
## Deployment
https://khsm-app.herokuapp.com/
## Launching
1. Clone repo.
1. Use bundler.
```
bundle install
```
3. Create database.
```
bundle exec rails db:create
```
4. Run database migrations.
```
bundle exec rails db:migrate
```
5. Start rails server.
```
bundle exec rails s
```