https://github.com/buildit/appointo
Multi-tenant appointment booking platform
https://github.com/buildit/appointo
Last synced: about 1 month ago
JSON representation
Multi-tenant appointment booking platform
- Host: GitHub
- URL: https://github.com/buildit/appointo
- Owner: buildit
- Created: 2020-03-17T07:16:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T13:44:28.000Z (about 5 years ago)
- Last Synced: 2025-02-04T23:31:50.053Z (3 months ago)
- Language: HTML
- Size: 522 KB
- Stars: 2
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# appointo
Multi-tenant appointment booking platform## Platform Features
The platform allows "sellers" to register on the platform and create appointment slots.
"Customers" can discover these slots and book them by providing their contact details.## Platform Components
* HTTP APIs (in `api` directory)
* Seller APIs
* Customer APIs
* Mobile application (in `app` directory)
* Seller app
* Customer app
* Web application (in `web` directory)
* Seller app
* Customer app