Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bhushan354/doctor-s-clinic
- Owner: bhushan354
- Created: 2023-11-29T10:06:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-30T16:18:18.000Z (8 months ago)
- Last Synced: 2024-10-23T13:44:37.029Z (2 months ago)
- Topics: bootstrap, chartkick, devise, erb-template, postgresql, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.gitcd 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 - passwordFor 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