cjessett / temperature-monitor

Home Page:https://temp-monitor.cjessett.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration config/local_env.yml

SNS_ROLE_ARN: <AWS_SNS_SERVICE_ROLE_ARN>
ENDPOINT: <AWS_IOT_ENDPOINT>
AWS_ACCESS_KEY_ID: <AWS_ACCESS_KEY_ID>
AWS_SECRET_ACCESS_KEY: <AWS_SECRET_ACCESS_KEY>
  • Database creation
bundle
rails db:setup
bundle exec rails server
  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

About

https://temp-monitor.cjessett.com


Languages

Language:Ruby 84.2%Language:HTML 12.1%Language:JavaScript 2.2%Language:SCSS 1.6%