mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-09-12 12:17:39 +02:00
19 lines
549 B
Markdown
19 lines
549 B
Markdown
# appointment-booking
|
|
|
|
End-to-end encrypted appointment booking platform
|
|
|
|
## Local development
|
|
|
|
- `npm install`
|
|
- `npm run docker:dev:up`
|
|
- `npm run db:migrate`
|
|
- `npm run db:push`
|
|
- `npm run dev`
|
|
|
|
## Funding
|
|
|
|
This project is funded by:
|
|
|
|
<a href="https://www.bmbf.de/" target="_blank"><img src="docs/assets/BMFTR.png" alt="German Federal Ministry of Research, Technology and Space" style="height: 150px"></a>
|
|
<a href="https://prototypefund.de/" target="_blank"><img src="docs/assets/PrototypeFund.png" alt="PrototypeFund" style="height: 150px"></a>
|