Southwind is an example of a Line-of-Business solution using Signum Framework.
It has a similar schema to the famous Northwind example database (Order, OrderLines, Customer, Employees, Suppliers...) and the same data.
It is regularly keept up to date with the latest changes in Signum Framework and Signum Extensions. It also serves as the base tempalte for the Create Application functionality.
You can check out Southwind running in Azure
- Docker image in Azure running on Micosoft SQL Server -> https://southwind-app-sqlserver.azurewebsites.net/
- Docker image in Azure running on PostgreSQL -> https://southwind-app-postgres.azurewebsites.net/
Username: Steven
Password: Steven
- Visit Create Application Website
- Check Software Requirements, you can vary OS / IDE / Git Client if you want more adventure.
- Follow First Steps