The My MD applicatoin allows doctors to manage the entire lifecycle of their patients and appointments
Play around with the live demo here. Please use the email address "doctor@hospital.com" to sign in.
-
Clone both of them down into separate folders on your computer.
-
In the command line,
cd
into the backend folder and runbundle install
. -
Run
rails s
to start your backend server. It should run onlocalhost:3000
. -
Open another tab in your command line,
cd
into the backend folder and runnpm install
. -
Run
npm start
to start your frontend server. If you are prompted to run the server on a different port than your backend, typey
. Your frontend server should run onlocalhost:3001
.
After you run npm start
, a tab in your browser should open automatically. Go ahead and sign in using "doctor@hospital.com"
- A doctor can log in.
- A doctor can edit his personal information.
- A doctor can view and edit and delete his appointments.
- A doctor can view and edit patient information.
- Rails
- [Javascript]
- PostgreSQL
- Semantic UI
Contact:
My e-mail is jschack94@gmail.com.
Visit my LinkedIn at https://www.linkedin.com/in/jonathan-schack/
License: This project uses the following license: MIT License.