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: 2 months ago
JSON representation
Game Who Wants to Be a Millionaire? on RoR
- Host: GitHub
- URL: https://github.com/klengvinayte/wwbm
- Owner: klengvinayte
- Created: 2023-01-19T20:14:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T20:46:01.000Z (over 3 years ago)
- Last Synced: 2025-01-29T06:53:55.046Z (over 1 year ago)
- Topics: game, rspec, ruby, ruby-on-rails
- Language: Ruby
- Homepage: http://wwbm.danceag.com/
- Size: 514 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 (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`.