Skip to content

This is the API of a fullstack application that allows users to calculate their cooper test result, save it, and view their past test results. Built with Ruby on Rails and tested with RSpec.

Notifications You must be signed in to change notification settings

salindholm/cooper_challenge

 
 

Repository files navigation

The Cooper Challenge

Description

This is the API of the full stack application we have created to get and save the users cooper results.

The code

User Stories

As a user,
In order to check how fit I am,
I want to be able to check my cooper results.
As a user,
In order to track my previous results,
I want to be able to save them in a database.

Dependencies

  • Rails
  • Pg
  • Puma
  • Rack-cors
  • Devise_token_auth
  • RSpec
  • Shoulda-matchers
  • Factory_bot_rails
  • Pry-rails
  • Pry-byebug

Acknowledgements

Improvement plans

  • More user management functions
    • Register
    • Update account, etc
    • OAuth login (Facebook, Twitter)
  • Functionality
    • Add functionality to calculate VO2-max
    • Add functionality to include a BMI calculator
    • Add local storage for better performance (no internet connection)

License

MIT License

About

This is the API of a fullstack application that allows users to calculate their cooper test result, save it, and view their past test results. Built with Ruby on Rails and tested with RSpec.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.5%
  • HTML 0.5%