Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/klengvinayte/wwbm
- Owner: klengvinayte
- Created: 2023-01-19T20:14:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T20:46:01.000Z (almost 2 years ago)
- Last Synced: 2024-12-01T03:09:50.015Z (2 months 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`.