/Recrd-backend

Ruby on rails backend

Primary LanguageRuby

RECRD API

This RESTful API backend is built with Ruby on Rails, hosted by Heroku

User's information was serialized using Netflix's FastJson

Routes

Model

User ---------< Tasks ----------< Attempts

User has many tasks, tasks have many attempts

Assets

  • Ruby
  • Sinatra
  • ActiveRecord
  • Postgresql
  • Fast JSON API

Credits

  • Deployment : thanks to Heroku for hosting
  • Serialization : thanks to Fast JSON API
  • Thanks to Flatiron School for guided support