ruby 2.7.0p0
Rails 6.1.3.2
- Clone into your local environment.
cd
into the directory andbundle install
- Run
rails db:migrate
andrails db:seed
. Check the seeder for admin credentials. - Run the server with
bundle exec rails s
- Run tests by running
rspec