Skip to content

chioreandan/mqtt-rails-api

Repository files navigation

README

Install rails on windows

https://blog.teamtreehouse.com/installing-rails-5-windows

After the installation is done run this commands

bundle install

rails db:migrate

To start the server run this command

rails server