Simple application rock-paper-scissors. Where users play with bot - Curb. For starting just select your bet and wait Curb's bet.
Application requires to use ruby 3.0.2
, rails 7.0.2
- run bundler to install gems
bundle
- create .env file in folder app/, and copy information from .env.example, or set it up yourself.
cp .env.example .env
- run create database
rake db:create
- run migrate database
rake db:migrate
- set seeds
rake db:seed
- run rails server
rails s
rspec
Cover letter: The emphasis in this work was placed on the back-end part. Since the estimated time is not enough to do with a stable front-end part.