/simple-workout-backend

This is the backend for Simple Workout, a workout tracker without all the extra fluff

Primary LanguageRuby

Simple Workout

Simple Workout is a workout tracker that is designed to be as simple as possible. Just stay focused on your work out.

Install your own copy

Fork and clone this repository.

Then cd into the project directory and run:

bundle install
rackup config.ru

Environment Setup

Verify which version of Ruby you're running by entering this in the terminal:

ruby -v

Make sure you are running a recent version of ruby.

You can use rvm to install a newer version of Ruby:

rvm install 2.7.4 --default

You should also install the latest version of bundler:

gem install bundler

Built with

Ruby Sqlite3

This Repository contains the backend for Simple Workout. You will also need to install a copy of the frontend for this app to work. The frontend can be found here.