Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.
/ getfit Public archive

Backend app for GetFit

Notifications You must be signed in to change notification settings

BinaryBlitz/getfit

Repository files navigation

README

  • Ruby version: see .ruby-version
  • System dependencies: $ brew install postgresql imagemagick
  • Configuration: config/secrets.yml
  • Database creation and initialization: $ rake db:setup
  • How to run the test suite: $ rails test