Skip to content

jackling-yx/Medicly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🏥 Medicly - Your health in your hands 🏥

About

Medicly was a project by Janine Luk (ja9-look), Kevin Sutton (kevmsutton) and Jack Ling (Lingy94).

This app was created using Ruby on Rails, to provide users a convenient place to keep track of all their medical records.

Video Demo: https://youtu.be/5PT-07Cb8og

MVP

We wanted our app to fulfil the following:

  1. User should be able to login/ sign up
  2. User should be able to see all doctors
  3. User should be able to see show page of doctor
  4. User should be able to create/edit a new doctor
  5. User should be able to create/edit an appointment (optional note) with selected doctor
  6. User should be able to edit their personal information
  7. User should be able to create/view their appointments

Stretch Goals

In order to further improve our app, we want to:

  1. User can search for specific doctors
  2. User should be able to filter their appointments by type
  3. App looks nice + user-friendly
  4. Responsive app for mobile

Gems

gem 'rails', '~> 5.2.2'
gem 'sqlite3'
gem 'puma', '~> 3.11'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.2'
gem 'turbolinks', '~> 5'
gem 'jbuilder', '~> 2.5'
gem 'bcrypt', '~> 3.1.7'
gem 'bootsnap', '>= 1.1.0', require: false
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'web-console', '>= 3.3.0'
gem 'listen', '>= 3.0.5', '< 3.2'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'capybara', '>= 2.15'
gem 'selenium-webdriver'
gem 'chromedriver-helper'
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem 'bootstrap', '~> 4.1.1'
gem 'jquery-rails'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published