This project serves as a base prototype for an electronic medical records system for the Lloyd Veterinary Medical Center at Iowa State. The system is written in MeteorJS, and uses MongoDB as its backend. The project is currently hosted locally on the user's machine.
- If you do not have MeteorJS installed, install it here.
- Open up a bash terminal/console and type:
git clone https://github.com/sasacocic/409Prototype.git
- Install additional packages by running the following command:
meteor npm install --save babel-runtime
- If you're using a Windows machine, type
Meteor.bat
to run the software. If you're on a Mac, typeMeteor
to run it.
- Open a new tab in a browser and enter
localhost:3000
. - To create a new record, hit the
NEW
button, and enter your data. - You can continue to create new records with the same or different MID values.
- To see all the records with the same MID, type a MID in the search box.
- To view data from an old record, simply click on the record to have it expand.
- Click the
graph
button in the bottom left corner to select a data point to graph.
Team members: Sasa Cocic, Raj Krishnan, Derek Yu, and Miguel Peralta.