Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 504 Bytes

File metadata and controls

26 lines (19 loc) · 504 Bytes

README

This file is the backend/server for Chris and Clare's physio online bookings business called Flex Physio. Below is the relevant information you will need in running this both locally and online.

  • Ruby version: ruby 2.7.1

  • System dependencies:

  • rails
  • pg
  • bcrypt
  • knock
  • bootsnap
  • rack-cors
  • Database creation
  • database needs to be PostgreSQL
  • Database initialization
  • rails db:create
  • rails db:seed
  • How to run the test suite

  • Deployment instructions

  • deploy on heroku