Skip to content

Doctor's clinic is an app designed to keep track of patients and doctor appoinments with patients. This web-app have same login page for both doctor and receptionist .Receptionists can register a new patient & perform CRUD operations. Doctors can view registered patients & view the graph that represents the number of patients registered vs days.

Notifications You must be signed in to change notification settings

bhushan354/Doctor-s-Clinic

Repository files navigation

Doctor's Clinic

Follow following steps to get this app working

1 - open your terminal and run following commands :

git clone git@github.com:bhushan354/Doctor-s-Clinic.git

cd Doctor-s-Clinic

2 - configure the rails/ruby version in GEMFILE

3 - configure your config/database.yml file according to your database

4 then run following commands :

bundle install
rails db:drop
rails db:create
rails db:migrate
rails db:seed

5 - now to start your webpage on localhost run :

rails server

6 - email-password for instanly login

For receptionist :=>
E-mail - receptionist1@example.com
Password - password

For doctor :=> 
E-mail - doctor1@example.com
Password - password

About me :

Name : Bhushan Deshmukh
LinkedIn : https://www.linkedin.com/in/bhushan-deshmukh-5777851b1/
Medium : https://medium.com/@deshmukhbhushan380

About

Doctor's clinic is an app designed to keep track of patients and doctor appoinments with patients. This web-app have same login page for both doctor and receptionist .Receptionists can register a new patient & perform CRUD operations. Doctors can view registered patients & view the graph that represents the number of patients registered vs days.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published