Skip to content

mattjcowan/servicestack-demos

Repository files navigation

ServiceStack Demos

A collection of .NET core ServiceStack demos

Demos

[ ] Title
[X] Basic setup for ServiceStack
[X] SPA setup using a fallback route
[X] PM2 with app restart
[X] Configuring ServiceStack using IConfiguration (the default configuration system from asp.net core)
[X] Install wizard to configure database on first use. This demo also uses embedded resources.
[X] Generating models and a CRUD API at runtime from a YAML file and Roslyn. Includes Swagger UI to add/edit/update records.
[X] NodeJS SSR (RiotJS example with NodeServices)
[X] Order of operations demo that lets you see details related to AppHost overrides and their order of execution in the request lifecycle. Extend as needed if something's missing for your use-case.
[X] API path rewriting leveraging the URL Rewriting Middleware in ASPNET Core.
[ ] Serving overrideable embedded resources (css, js, custom extensions, custom routes)
[ ] Page builder example
[ ] Test driven development example
[ ] ServiceStack plugin management & configuration solution with UI