mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-09-12 04:07:39 +02:00
18 lines
593 B
Markdown
18 lines
593 B
Markdown
# appointment-booking
|
|
|
|
End-to-end encrypted appointment booking platform
|
|
|
|
## Local development
|
|
|
|
- Create your own local `.env` file. You can base it on [.env.example](./.env.example)
|
|
- `npm install`
|
|
- `npm run docker:dev:up`
|
|
- `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>
|