Hippocrates is a demo application for managing patients' medical history. It provides some basic functionality out of the box:
- Search patients
- Manage patients
- Explore patient's medical history
- Manage patient's consultations
- Register vital signs
- Register diagnoses
- Register medical prescriptions
- Ruby 2.7.4
- Rails 5.2.6
- Postgres
-
Fork the project on GitHub and clone your fork locally.
$ git clone git://github.com/username/hippocrates.git $ cd hippocrates $ git remote add upstream https://github.com/acamino/hippocrates.git
-
Run the setup script.
$ bin/setup
-
Make sure the tests succeed.
$ bundle exec rspec $ bundle exec cucumber
-
Start the development server.
$ bin/rails s
Please file tickets for bug or problems.
Edits and enhancements are welcome. Just fork the repository, make your changes and send me a pull request.
The code in this repository is licensed under the terms of the
MIT License.
Please see the LICENSE file for details.