This application is currently in development. Our goal is to create a health app that prevents the loss of patient data during data entry due to network loss and seamlessly updates patient files once the connection is restored.
- Scheduling Tool
- Data Entry Tool
- Patient History Viewer
- Provider Locator
- must have node.js installed
- terminal command:
- cd client && npm install && npm start
- terminal command:
- cd client && npm start
- pip install pipenv (installs pipenv to your machine)
- pipenv shell (creates a virtual environment for your project)
- pipenv install (installs packages from our pipfile to your machine)
- pipenv install (to add more packages to the pipfile)
- To query the database with SQL commands, you must be given the login credientials by an administrator.
- Then you can use the query function defined in fake_data/connect.py:
- from fake_data.connect import query
- query("SELECT * FROM patients LIMIT 5")
- results will populate in query.csv