Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/bhushan354/doctor-s-clinic

bootstrap chartkick devise erb-template postgresql ruby-on-rails

Last synced: 18 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Doctor's Clinic

## Follow following steps to get this app working

1 - open your terminal and run following commands :
```
git clone [email protected]: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 - [email protected]
Password - password

For doctor :=>
E-mail - [email protected]
Password - password
```

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