https://github.com/dcdms/patient-assessment
https://github.com/dcdms/patient-assessment
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcdms/patient-assessment
- Owner: dcdms
- Created: 2024-11-25T21:34:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T01:01:23.000Z (over 1 year ago)
- Last Synced: 2024-12-21T12:23:28.718Z (over 1 year ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Patient Assessment
Hi! This app provides your tRPC backend and sample components at `src/app/_components` that uses your API. You can safely move it to `src/components` if you prefer this approach.
Run this app by executing the following commands:
```sh
# install dependencies
npm i
# start database using Docker
docker compose up -d
# set environment variables (read .env.example)
cp .env.example .env
# run database migrations using Prisma
npx prisma migrate dev
# start the NextJS development server
npm run dev
```