This RESTful API backend is built with Ruby on Rails, hosted by Heroku
User's information was serialized using Netflix's FastJson
- User Profile Object includes information on user's tasks, and each attempt per task
User ---------< Tasks ----------< Attempts
User has many tasks, tasks have many attempts
- Ruby
- Sinatra
- ActiveRecord
- Postgresql
- Fast JSON API
- Deployment : thanks to Heroku for hosting
- Serialization : thanks to Fast JSON API
- Thanks to Flatiron School for guided support