Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 754 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 754 Bytes

The Gymnasium

The Gymnasium is a gym management Ruby application using the Sinatra web framework and a Postgres database. It allows the gym manager to track gym members, fitness sessions and gym bookings.

Getting Started

These instructions should get you a copy of the project up and running on your local machine for development purposes.

createdb gymnasium

Run the seed file to populate the database:

ruby db/seeds.rb

Run the app:

ruby app.rb

Copy and paste https://rubygymnasium.herokuapp.com/ into your web browser to open up the app's homepage.

Screenshot 2020-01-07 at 08 31 38