https://github.com/scale-tone/durable-mvc-samples
A set of samples for https://github.com/scale-tone/durable-mvc-starter
https://github.com/scale-tone/durable-mvc-samples
azure azure-durable-functions durable-entities mobx react serverless typescript
Last synced: about 1 year ago
JSON representation
A set of samples for https://github.com/scale-tone/durable-mvc-starter
- Host: GitHub
- URL: https://github.com/scale-tone/durable-mvc-samples
- Owner: scale-tone
- License: mit
- Created: 2021-03-13T20:05:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T11:53:13.000Z (about 3 years ago)
- Last Synced: 2025-02-18T08:54:43.004Z (about 1 year ago)
- Topics: azure, azure-durable-functions, durable-entities, mobx, react, serverless, typescript
- Language: TypeScript
- Homepage:
- Size: 7.01 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# durable-mvc-samples
A set of code samples for [durable-mvc-starter](https://github.com/scale-tone/durable-mvc-starter).
* [appointments-sample](https://github.com/scale-tone/durable-mvc-samples/tree/main/appointments-sample) - sample app for arranging appointments. User needs to login, then the app will display a list of existing appointments and allow to create new ones, by specifying the set of people invited. Appointments change their state based on responses received from participants.
* [universal-tracker](https://github.com/scale-tone/durable-mvc-samples/tree/main/universal-tracker) - sample app, that can track virtually any value reachable via HTTP GET and visualize it as a timeline graph or as a route map.