Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/signumsoftware/southwind

Signum Framework solution example (versioning MS Northwind)
https://github.com/signumsoftware/southwind

Last synced: 2 months ago
JSON representation

Signum Framework solution example (versioning MS Northwind)

Awesome Lists containing this project

README

        

[Southwind (Signum Framework)](http://www.signumframework.com/)
===================================================

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](https://www.signumsoftware.com/es/DuplicateApplication) functionality.

- [Signum Framework website](https://www.signumsoftware.com/en/Framework)
- [Signum Framework github repository](https://github.com/signumsoftware/framework)

# Online version in Azure
You can check out Southwind running in Azure

- Docker image in Azure running on Micosoft SQL Server -> [https://southwind-app-sqlserver.azurewebsites.net/](https://southwind-app-sqlserver.azurewebsites.net/)
- Docker image in Azure running on PostgreSQL -> [https://southwind-app-postgres.azurewebsites.net/](https://southwind-app-postgres.azurewebsites.net/)

```
Username: Steven
Password: Steven
```

# Starting localy

1. Visit [Create Application Website](https://www.signumsoftware.com/es/DuplicateApplication)
2. Check **Software Requirements**, you can vary OS / IDE / Git Client if you want more adventure.
3. Follow **First Steps**