/avg-NYC-temps-backend

Ruby on Rails backend API using seeded data. Connected to PostgreSQL database and React frontend.

Primary LanguageRuby

README

This is the temperatures back end API for use with the React and Chart.js front end.

  • bundle install
  • rails db:create (only run once)
  • rails db:migrate
  • rails db:seed (only run once)
  • rails s