Medical Appointment Keeper is a Sinatra app that allows users to keep track of their doctor appointments!
To use this app, you must sign up to create an account.
Once logged in a user is able to create an appointment card, a user also has the ability to view, update or delete all of the appointment cards they have created.
Clone and run 'bundle install'. To load the schema, run 'rake db:migrate'
Use 'shotgun' to run the app in your browser using the domain provided.
This project is avaialble as open source under the terms of the [MIT License] (https://github.com/adrianapicado/Medical-Appointment-Keeper/blob/main/LICENSE.txt)
Bug reports and pull requests are welcome on GitHub at https://github.com/adrianapicado/Medical-Appointment-Keeper