Skip to content

mholwill/the_client_hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Screenshot 2020-05-25 at 08 30 51

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

About

Sinatra || Ruby, hosted on Heroku. The Client Hub is web application designed for a gym manager to be able to add, update and remove clients, while tracking workouts and bookings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors