Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bnhovde/webdoctor

React app for managing patients
https://github.com/bnhovde/webdoctor

Last synced: 13 days ago
JSON representation

React app for managing patients

Awesome Lists containing this project

README

        

### Webdoctor

> Patient management application written in ES6 and react.

[Live Demo](https://bardhovde.com/webdoctor/)

* Add/remove patients
* Add/remove prescriptions
* Search/browse medicine database

### Notes

Uses [eslint-config-madewithlove](https://github.com/madewithlove/eslint-config-madewithlove) linting rules.

### Requirements

node (latest)

### Local installation

* `npm install`
* Register with [fda.gov](https://open.fda.gov/api/reference/#your-api-key) to get your api key
* Make a copy of app/config/config.sample.js and fill in your correct API KEY

### Developing

* `npm run dev` to serve local dev version

### Deploying

* `npm run prod` to create the dist version.