bhushan354 / Doctor-s-Clinic

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Ruby 63.7%Language:HTML 30.4%Language:Dockerfile 2.5%Language:JavaScript 1.8%Language:CSS 1.3%Language:Shell 0.3%