Built this app While learning Agile Web Development with Rails 5.1
-
bundle install
to install Gemfiles -
./bin/rails db:migrate
to run database migrations -
./bin/rails server
to run the server
-
./bin/rails test
will run all the test cases. -
for system tests
chromedriver
is needed to verify end to end flow. -
follow this link to grant chromedriver access to run on mac machines.