https://github.com/sensenet/sn-sample-apps
Sample apps for the sensenet Content Services Platform
https://github.com/sensenet/sn-sample-apps
Last synced: 11 months ago
JSON representation
Sample apps for the sensenet Content Services Platform
- Host: GitHub
- URL: https://github.com/sensenet/sn-sample-apps
- Owner: SenseNet
- License: gpl-2.0
- Created: 2023-10-02T13:54:04.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-11-07T09:26:22.000Z (over 2 years ago)
- Last Synced: 2025-01-23T11:19:55.467Z (about 1 year ago)
- Language: TypeScript
- Size: 359 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample apps for the sensenet Content Services Platform
In this repository we list sample applications showcasing the many development platforms compatible with sensenet.
### Parking place booking
This is a small sample project that lets employees reserve parking places with a few clicks.
#### Sample applications
- A [client application](/src/parking-place/react-app) (written in React) for showcasing how simple it is to work with sensenet in a modern single page app.
- An [event handler service](/src/parking-place/ParkingPlaceEventHandler) for demonstrating how to handle sensenet **webhooks** in an Asp.Net web application or Azure Function.