SpotBot Server side app for running SpotBot
- Ruby
- Gem
- Bundler
Clone this repo, then run Bundle install from the project directory.
Next, run rails db:create, rails db:migrate, and rails db:seed to set up the database.
Next, run rails s to start up the server, and ensure it is running on local host 3000 by navigating to the browser.
Then, continue the next steps for SpotBot by clicking this link to run the full app.