Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bnhovde/webdoctor
- Owner: bnhovde
- Created: 2016-05-15T09:58:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-19T22:36:45.000Z (over 8 years ago)
- Last Synced: 2023-08-30T23:19:50.857Z (over 1 year ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.