joeaudette / cloudscribe.StarterKits

Deprecated - see below
Apache License 2.0
53 stars 21 forks source link

cloudscribe.StarterKits - Deprecated, please use our project template instead

https://marketplace.visualstudio.com/items?itemName=joeaudette.cloudscribeProjectTemplate

or

dotnet new -i "cloudscribe.templates::*"

Legacy info below

The Starter Kits in this repository were the first approach we came up with to help people get started using cloudscribe by showing the various ways it can be configured depending on which features you want and which data storage platform you prefer.

While these Starter Kits are still maintained and are useful as references when you want to integrate cloudscribe libraries into existing applications, we now have much better ways to start new projects including a project template for the dotnet new command and a project template extension for Visual Studio 2017. See the Introduction to learn about our new project templates. Using our new project templates you can basically generate projects in the various configurations that correspond to the starter kits just by using parameters supported by the project templates.

Feel free to ask questions in our gitter chat web page:

Join the chat at https://gitter.im/joeaudette/cloudscribe

All of these samples are intended as something you could copy and use to start your own ASP.NET Core project in Visual Studio 2017. The WebApp in each solution is yours to customize and add your own custom functionality. There is no "cloudscribe" source code in the samples they only have NuGet dependencies on cloudscribe libraries and they have been configured with example Startup.cs code to get things working.

To get the big picture of what cloudscribe provides for you see the Introduction and Documentation at cloudscribe.com

This repository is for ASP.NET Core 2.0 starter kits, if you need starter kits for ASP.NET Core 1.x see https://github.com/joeaudette/cloudscribe.StarterKits.netcore1

SimpleContent with SimpleAuth and NoDb - Single Tenant

SimpleContent with SimpleAuth and NoDb - Multi-Tenant

SimpleContent with cloudscribe Core and NoDb

SimpleContent with cloudscribe Core and Entity Framework Core - MSSQL

SimpleContent with cloudscribe Core and Entity Framework Core - MySql

SimpleContent with cloudscribe Core and Entity Framework Core - PostgreSql

cloudscribe Core and NoDb

cloudscribe Core and Entity Framework Core - MSSQL

cloudscribe Core and Entity Framework Core - MySql

cloudscribe Core and Entity Framework Core - PostgreSql

cloudscribe Core, IdentityServer4, and NoDb

cloudscribe Core. IdentityServer4, and Entity Framework Core - MSSQL

cloudscribe Core. IdentityServer4, and Entity Framework Core - MySql

cloudscribe Core. IdentityServer4, and Entity Framework Core - PostgreSql

Build Status

We are currently working on adding netcoreapp2.0 versions of the StarterKits, but we don't yet have the automated builds working for that so the build status may say it is failing but in fact the solutions all build fine. We will get the automated builds working as soon as we can pending support for .NET Core 2 on AppVeyor and Travis

Windows Linux/Mac
Build status Build Status

Questions or Feedback?

If you have questions or feedback or just want to be social, say hello in our gitter chat room. I try to monitor that room on a regular basis while I'm working, but if I'm not around you can leave message.

If you find any bugs please post an issue!

Join the chat at https://gitter.im/joeaudette/cloudscribe