Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/klengvinayte/wwbm

Game Who Wants to Be a Millionaire? on RoR
https://github.com/klengvinayte/wwbm

game rspec ruby ruby-on-rails

Last synced: 5 days ago
JSON representation

Game Who Wants to Be a Millionaire? on RoR

Awesome Lists containing this project

README

        

# Who Wants to Be a Millionaire (WWBM)

The famous TV game Who Wants to Be a Millionaire? on Ruby on Rails from the [Goodprogrammer](https://goodprogrammer.ru/rails) course.

The application was created on Ruby 3.1.2 and Ruby on Rails 7.0.4

### Required to run the application

`Ruby` installed. `SQLite3` is used for data storage in development.
`

Next, you need to run the following commands:

```
$ bundle
$ bundle exec rake db:create
$ bundle exec rake db:migrate
$ bundle exec rake db:seed
```

Run app:

```
$ rails s
```

And visit `http://localhost:3000`.