mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-08-17 21:25:52 +02:00
23 lines
947 B
Markdown
23 lines
947 B
Markdown
# OpenReception Appointment-booking platform
|
|
|
|
End-to-end encrypted appointment booking platform to collect appointments for your organization. For details visit our [documentation](https://open-reception.org).
|
|
|
|
## Production deployment
|
|
|
|
Follow our [deployment guide](./docs/deployment.md) to deploy to you own server.
|
|
|
|
## Local development
|
|
|
|
- Ensure you have Node 24 installed (either manually, or optionally by running `nvm install` and `nvm use`).
|
|
- 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>
|