An open API service indexing awesome lists of open source software.

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

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
```