This Project is ruby on rails implementation of boggle game.
Clone the repository and run the following command to run dependencies.
bundle install
Run the server on port 4000 by entering following command.
rails server --port 4000This repository is deployed at https://boggle-suman.herokuapp.com/boggle/generate. Note: The server idles every 30 minutes. So it might take a while on first run.