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

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)

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
```