THE CLIENT HUB
A project set by CodeClan to help consolidate learning in Ruby and SQL.
BRIEF:
- The app should allow the gym to create / edit / delete members
- The app should allow the gym to create / edit / delete classes
- The app should allow the gym to add members to specific classes
- The app should show a list of all upcoming classes
- The app should show all members that are registered for a particular class
To run the program:
You can try The Client Hub out on https://the-client-hub.herokuapp.com/
You can also install it locally:
Open terminal and create a database example: ' createdb the_client_hub '
Once you have created your tables run in terminal: 'psql -d #database name# -f #table file name#'
You want to see terminal DROP and CREATE tables.
This project has used RUBY, SINATRA and PRY
