Collaborative project by Ben Haugen and Ezra Schwepker.
A simple web application allowing users to record workouts, view past workouts, discover new exercises and chart progress over time for bodyweight and exercises.
Example login with Dummy Data: Username: "user" Password: "passw0rd"
Ruby on Rails dynamically generated multi-page app using ERB templates.
Styled with Bulma CSS framework.
Authentication via Sessions and BCrypt.
Charts using ChartKick gem wrapper.
Postgres DB with 7 models, ActiveRecord ORM.