customer-riverside/README.md

25 lines
548 B
Markdown
Raw Normal View History

2026-05-12 16:28:47 -08:00
# Riverside Patient Tracker
2026-04-19 20:35:27 -08:00
2026-05-12 16:28:47 -08:00
A Drupal-based appointment scheduling site for booking sessions between patients and practitioners.
## Running locally
```sh
2026-04-19 20:35:27 -08:00
docker compose up --build
```
2026-05-12 16:28:47 -08:00
Admin login: `admin` / `admin` at `/user/login`
## Makefile commands
```sh
make shell # open a bash shell in the app container
make drush <cmd> # run any drush command, e.g. make drush cr
```
## Modules
- **FullCalendar View** — interactive appointment calendar
- **Webform** — patient booking forms
- **Symfony Mailer** — transactional email