An application for creating events and inviting guests to these events.
Ruby Version 3.1.2 Rails Version 7.0.4
git clone https://github.com/jasoncarty/booking_system_ruby.git
bundle
bundle exec rake db:create db:migrate db:seed
To start the app run:
rails s
RAILS_ENV=test bundle exec rake db:prepare
bundle exec rspec