https://github.com/theabbie/health-dashboard
Patient Health Dashboard for Prior Authorization (Basys.ai assessment)
https://github.com/theabbie/health-dashboard
assessment
Last synced: 7 months ago
JSON representation
Patient Health Dashboard for Prior Authorization (Basys.ai assessment)
- Host: GitHub
- URL: https://github.com/theabbie/health-dashboard
- Owner: theabbie
- License: mit
- Created: 2024-10-16T18:08:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-17T21:57:54.000Z (about 1 year ago)
- Last Synced: 2025-02-07T19:33:41.443Z (8 months ago)
- Topics: assessment
- Language: TypeScript
- Homepage: https://basys-health-dashboard.surge.sh
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Health Dashboard
> Patient Health Dashboard for Prior Authorization
> Basys.ai assessment# Running Locally
```
cd client
yarn
yarn dev
``````
cd server
yarn
npx nodemon index.ts
````.env` file inside server
```
MONGODB_URI=mongodb://username:password@host:port/database
```