kotomino / workout-log-project

PR Journal is a Sinatra web app that allows users to track their workout goals and personal records in one place. The app helps users visualize their fitness milestones, making their progress more tangible. Logging your achievements is the key to mindful and deliberate success.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PR Jounral Sinatra App

PR Journal is a Sinatra web app that allows users to track their workout goals and personal records in one place. The app helps users visualize their fitness milestones, making their progress more tangible. Logging your achievements is the key to mindful and deliberate success.

Find the app hosted on Heroku here: https://pr-journal.herokuapp.com/

Preview

Screen Shot 2021-04-23 at 11 28 05 AM

Installation

  1. Clone the project's GitHub Repository into your desired directory.
$ git clone git@github.com:kotomino/workout-log-project.git
  1. Run bundle install inside the project directory.
$ bundle install
  1. Create and migrate the databse using rake.
$ rake db:create
$ rake db:migrate

Usage

  1. Run shotgun in terminal inside the project folder.
$ shotgun
  1. Navigate to your browser and enter shotgun's localhost server (default: localhost:9393).

  2. Signup and create a user account.

About

PR Journal is a Sinatra web app that allows users to track their workout goals and personal records in one place. The app helps users visualize their fitness milestones, making their progress more tangible. Logging your achievements is the key to mindful and deliberate success.


Languages

Language:HTML 64.5%Language:Ruby 29.3%Language:CSS 6.2%